Fixes uninstall problems.

This commit is contained in:
Robin Davies
2022-05-19 10:00:56 -04:00
parent 0995e0fb16
commit 774a9f0a74
14 changed files with 65 additions and 50 deletions
+2 -2
View File
@@ -3,12 +3,12 @@ Depends: libstdc++6 (>= 9), libasound2 (>= 1.0.16), libc6 (>= 2.34), libgcc-s1 (
Description: IoT guitar effect for Raspberry Pi
IoT guitar effect pedal for Raspberry Pi, with phone-friendly web interface.
Homepage: https://github.com/rerdavies/pipedal
Maintainer: Robin Davies<rerdavies@gmail.com
Maintainer: Robin E. R. Davies<rerdavies@gmail.com>
Source: pipedal
Package: pipedal
Pre-Depends: hostapd;authbind
Priority: optional
Section: sound
Version: 0.1.4
Version: 0.9.11
Installed-Size: 15147
+1 -1
View File
@@ -1,2 +1,2 @@
#!/usr/bin/bash
/usr/local/pipedalconfig --install
/usr/bin/pipedalconfig --install
+1 -1
View File
@@ -1,2 +1,2 @@
#!/usr/bin/bash
/usr/local/pipedalconfig --uninstall
/usr/bin/pipedalconfig --uninstall