UA3F/ipkg/CONTROL/prerm
2025-11-09 17:36:58 +08:00

7 lines
200 B
Bash
Executable File

#!/bin/sh
uci set ua3f.enabled.enabled='0' > /dev/null 2>&1
uci commit ua3f > /dev/null 2>&1
[ -s ${IPKG_INSTROOT}/lib/functions.sh ] || exit 0
. ${IPKG_INSTROOT}/lib/functions.sh
default_prerm $0 $@