Finish post-install/pre-remove package scripts (not yet used/included by Makefile).

This commit is contained in:
Wouter R
2013-05-14 11:34:55 +02:00
parent 21e5ddb51b
commit 9789fdc0c3
4 changed files with 59 additions and 25 deletions
Regular → Executable
+6 -7
View File
@@ -1,8 +1,7 @@
#!/bin/sh
#if [ -f /etc/banner.default ]; then
# mv /etc/banner.default /etc/banner
#fi
# emit message stating that /root/.profile is not changed back and
# neither are wlan zone and radio0 enabled state
if [ -f /etc/banner.default ]; then
mv /etc/banner.default /etc/banner
fi
echo "The wifibox banner has been removed. Changes to the root profile however, have"
echo "not been reverted, as haven't the wlan firewall zone and the radio0 device state."
echo "NOTE: config changes have not been implemented yet."