diff options
author | Pavel Pisa <pisa@cmp.felk.cvut.cz> | 2019-03-31 20:55:42 +0200 |
---|---|---|
committer | Pavel Pisa <pisa@cmp.felk.cvut.cz> | 2019-03-31 20:55:42 +0200 |
commit | d094efe4b10c22518226b99edce7a1f761934945 (patch) | |
tree | 41c731df099e9ddd1c1b10892426efae18dbbaf6 /debian | |
parent | f936893d4c5be40ebf1c7b6a9341ffce4c82ea03 (diff) | |
download | qtmips-d094efe4b10c22518226b99edce7a1f761934945.tar.gz qtmips-d094efe4b10c22518226b99edce7a1f761934945.tar.bz2 qtmips-d094efe4b10c22518226b99edce7a1f761934945.zip |
Move dektop file to data directory.
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/install | 2 | ||||
-rw-r--r-- | debian/qtmips.desktop | 9 |
2 files changed, 1 insertions, 10 deletions
diff --git a/debian/install b/debian/install index 71a2361..0a3c9b0 100644 --- a/debian/install +++ b/debian/install @@ -1,4 +1,4 @@ qtmips_gui/qtmips_gui /usr/bin qtmips_cli/qtmips_cli /usr/bin -debian/qtmips.desktop usr/share/applications +data/qtmips.desktop usr/share/applications diff --git a/debian/qtmips.desktop b/debian/qtmips.desktop deleted file mode 100644 index cb71bde..0000000 --- a/debian/qtmips.desktop +++ /dev/null @@ -1,9 +0,0 @@ -[Desktop Entry] -Name=qtmips -GenericName=Qt Mips emulator -Exec=qtmips_gui -Icon=qtmips -Type=Application -Comment=Qt Mips emulator -Terminal=false -Categories=Qt;Development |