Files
smartdns/package/luci/control/postinst
2018-07-22 01:12:56 +08:00

6 lines
160 B
Bash

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