New package location, get rid of the old one
This commit is contained in:
parent
fecac3d40f
commit
564edb8d5b
|
@ -1,8 +1,8 @@
|
||||||
qtsoundmodem (0.0.0.68-1) UNRELEASED; urgency=medium
|
qtsoundmodem (0.0.0.68-1) unstable; urgency=medium
|
||||||
|
|
||||||
* New Upstream
|
* 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
|
qtsoundmodem (0.0.0.67-2) unstable; urgency=medium
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
|
QtSoundModem /usr/bin/qtsoundmodem
|
||||||
debian/qtsoundmodem.desktop /usr/share/applications
|
debian/qtsoundmodem.desktop /usr/share/applications
|
||||||
debian/QtSoundModem.png /usr/share/pixmaps
|
debian/QtSoundModem.png /usr/share/pixmaps
|
||||||
|
|
|
@ -0,0 +1,9 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
|
SM="/opt/oarc/QtSoundModem"
|
||||||
|
|
||||||
|
if [ -d $SM ]; then
|
||||||
|
rm -rf /opt/oarc/QtSoundModem
|
||||||
|
fi
|
|
@ -2,7 +2,7 @@
|
||||||
Name=QtSoundModem
|
Name=QtSoundModem
|
||||||
Comment=QtSoundModem
|
Comment=QtSoundModem
|
||||||
Version=1.0
|
Version=1.0
|
||||||
Exec=/opt/oarc/QtSoundModem/QtSoundModem
|
Exec=/usr/bin/qtsoundmodem
|
||||||
GenericName=QtSoundModem
|
GenericName=QtSoundModem
|
||||||
Icon=QtSoundModem
|
Icon=QtSoundModem
|
||||||
NoDisplay=false
|
NoDisplay=false
|
||||||
|
|
Loading…
Reference in New Issue