Files
quectel-rgmii-toolkit/ipk-source/luci-app-atinout-mod_1.3.4-20241006_all/CONTROL/postinst
Cameron Thompson b5f299dfb2 Sync with release branch
Pull updates from release branch
2024-10-29 23:36:37 +00:00

6 lines
160 B
Bash

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