doodle3d-firmware/pre-remove.sh

8 lines
91 B
Bash

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