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