Restructuring src folder
This commit is contained in:
12
debs/solarfm-0-0-1-x64/DEBIAN/postrm
Executable file
12
debs/solarfm-0-0-1-x64/DEBIAN/postrm
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
# Note: postrm (script executed after uninstalling the package)
|
||||
# set -e
|
||||
|
||||
|
||||
if [ -f /bin/solarfm ]; then
|
||||
rm /bin/solarfm
|
||||
fi
|
||||
|
||||
if [ -f /opt/solarfm.zip ]; then
|
||||
rm /opt/solarfm.zip
|
||||
fi
|
Reference in New Issue
Block a user