UA3F/scripts/ipkg/CONTROL/postinst
2025-11-20 14:48:11 +08:00

6 lines
160 B
Bash
Executable File

#!/bin/sh
[ "${IPKG_NO_SCRIPT}" = "1" ] && exit 0
[ -s ${IPKG_INSTROOT}/lib/functions.sh ] || exit 0
. ${IPKG_INSTROOT}/lib/functions.sh
default_postinst $0 $@