Merge ipks part 1

Merge inotifywait and libinotifytools into mount fix part 1
This commit is contained in:
Cameron Thompson
2024-10-04 15:15:07 -04:00
parent b811265921
commit ae23d55274
14 changed files with 0 additions and 148 deletions

View File

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

View File

@@ -0,0 +1,4 @@
#!/bin/sh
[ -s ${IPKG_INSTROOT}/lib/functions.sh ] || exit 0
. ${IPKG_INSTROOT}/lib/functions.sh
default_prerm $0 $@