doodle3d-firmware/pre-remove.sh

6 lines
86 B
Bash

#!/bin/sh
[ -z "$$IPKG_INSTROOT" ] || { /etc/init.d/autowifi_init disable; }
exit 0