New package location, get rid of the old one

This commit is contained in:
Dave Hibberd 2023-10-10 23:02:55 +01:00
parent fecac3d40f
commit 564edb8d5b
No known key found for this signature in database
GPG Key ID: 03A1FB7A1904771B
4 changed files with 13 additions and 3 deletions

4
debian/changelog vendored
View File

@ -1,8 +1,8 @@
qtsoundmodem (0.0.0.68-1) UNRELEASED; urgency=medium
qtsoundmodem (0.0.0.68-1) unstable; urgency=medium
* New Upstream
-- Dave Hibberd <d@vehibberd.com> Sat, 07 Oct 2023 12:23:30 +0100
-- Dave Hibberd <d@vehibberd.com> Tue, 10 Oct 2023 23:03:20 +0100
qtsoundmodem (0.0.0.67-2) unstable; urgency=medium

1
debian/install vendored
View File

@ -1,2 +1,3 @@
QtSoundModem /usr/bin/qtsoundmodem
debian/qtsoundmodem.desktop /usr/share/applications
debian/QtSoundModem.png /usr/share/pixmaps

9
debian/postinst vendored Normal file
View File

@ -0,0 +1,9 @@
#!/bin/sh
set -e
SM="/opt/oarc/QtSoundModem"
if [ -d $SM ]; then
rm -rf /opt/oarc/QtSoundModem
fi

View File

@ -2,7 +2,7 @@
Name=QtSoundModem
Comment=QtSoundModem
Version=1.0
Exec=/opt/oarc/QtSoundModem/QtSoundModem
Exec=/usr/bin/qtsoundmodem
GenericName=QtSoundModem
Icon=QtSoundModem
NoDisplay=false