doodle3d-firmware/pre-remove.sh

8 lines
90 B
Bash

#!/bin/sh
if [ -z "$$IPKG_INSTROOT" ]; then
/etc/init.d/wifibox_init disable
fi
exit 0