Merge ipks part 1
Merge inotifywait and libinotifytools into mount fix part 1
This commit is contained in:
5
ipk-source/sdxpinn-mount-fix/CONTROL_inotifywait/postinst
Executable file
5
ipk-source/sdxpinn-mount-fix/CONTROL_inotifywait/postinst
Executable 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 $@
|
||||
4
ipk-source/sdxpinn-mount-fix/CONTROL_inotifywait/prerm
Executable file
4
ipk-source/sdxpinn-mount-fix/CONTROL_inotifywait/prerm
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
[ -s ${IPKG_INSTROOT}/lib/functions.sh ] || exit 0
|
||||
. ${IPKG_INSTROOT}/lib/functions.sh
|
||||
default_prerm $0 $@
|
||||
Reference in New Issue
Block a user