Renaming to SolarFM

This commit is contained in:
2021-11-28 16:01:29 -06:00
parent 98feeabfa4
commit 4f18844fd2
181 changed files with 8751 additions and 2452 deletions

View 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