Files
quectel-rgmii-toolkit/ipk-source/sdxpinn-mount-fix/CONTROL_inotifywait/postinst
Cameron Thompson ae23d55274 Merge ipks part 1
Merge inotifywait and libinotifytools into mount fix part 1
2024-10-04 15:15:07 -04: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 $@