mirror of
https://github.com/Doodle3D/doodle3d-firmware.git
synced 2026-08-15 21:41:57 +02:00
Finish post-install/pre-remove package scripts (not yet used/included by Makefile).
This commit is contained in:
Regular → Executable
+6
-7
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user