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 $@
|
||||
5
ipk-source/sdxpinn-mount-fix/CONTROL_libinotifytools/postinst
Executable file
5
ipk-source/sdxpinn-mount-fix/CONTROL_libinotifytools/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_libinotifytools/prerm
Executable file
4
ipk-source/sdxpinn-mount-fix/CONTROL_libinotifytools/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 $@
|
||||
20
ipk-source/sdxpinn-mount-fix/root/tmp/control-inotifywait
Normal file
20
ipk-source/sdxpinn-mount-fix/root/tmp/control-inotifywait
Normal file
@@ -0,0 +1,20 @@
|
||||
Package: inotifywait
|
||||
Version: 3.20.11.0-1
|
||||
Depends: libc, libinotifytools
|
||||
Source: feeds/packages/utils/inotify-tools
|
||||
SourceName: inotifywait
|
||||
License: GPLv2
|
||||
LicenseFiles: COPYING
|
||||
Section: utils
|
||||
SourceDateEpoch: 1605477462
|
||||
Maintainer: Daniel Golle <daniel@makrotopia.org>
|
||||
Architecture: aarch64_cortex-a53
|
||||
Installed-Size: 9023
|
||||
Description: inotify-tools is a C library and a set of command-line programs for
|
||||
Linux providing a simple interface to inotify. These programs can be
|
||||
used to monitor and act upon filesystem events. A more detailed
|
||||
description of the programs is further down the page. The programs are
|
||||
written in C and have no dependencies other than a Linux kernel
|
||||
supporting inotify.
|
||||
|
||||
This package provides the inotifywait tool.
|
||||
@@ -0,0 +1,20 @@
|
||||
Package: libinotifytools
|
||||
Version: 3.20.11.0-1
|
||||
Depends: libc
|
||||
Source: feeds/packages/utils/inotify-tools
|
||||
SourceName: libinotifytools
|
||||
License: GPLv2
|
||||
LicenseFiles: COPYING
|
||||
Section: libs
|
||||
SourceDateEpoch: 1605477462
|
||||
Maintainer: Daniel Golle <daniel@makrotopia.org>
|
||||
Architecture: aarch64_cortex-a53
|
||||
Installed-Size: 13142
|
||||
Description: inotify-tools is a C library and a set of command-line programs for
|
||||
Linux providing a simple interface to inotify. These programs can be
|
||||
used to monitor and act upon filesystem events. A more detailed
|
||||
description of the programs is further down the page. The programs are
|
||||
written in C and have no dependencies other than a Linux kernel
|
||||
supporting inotify.
|
||||
|
||||
This package provides the libinotifytools shared library.
|
||||
Binary file not shown.
Binary file not shown.
BIN
ipk-source/sdxpinn-mount-fix/root/usr/bin/inotifywait
Executable file
BIN
ipk-source/sdxpinn-mount-fix/root/usr/bin/inotifywait
Executable file
Binary file not shown.
1
ipk-source/sdxpinn-mount-fix/root/usr/lib/libinotifytools.so
Symbolic link
1
ipk-source/sdxpinn-mount-fix/root/usr/lib/libinotifytools.so
Symbolic link
@@ -0,0 +1 @@
|
||||
libinotifytools.so.0.4.1
|
||||
1
ipk-source/sdxpinn-mount-fix/root/usr/lib/libinotifytools.so.0
Symbolic link
1
ipk-source/sdxpinn-mount-fix/root/usr/lib/libinotifytools.so.0
Symbolic link
@@ -0,0 +1 @@
|
||||
libinotifytools.so.0.4.1
|
||||
BIN
ipk-source/sdxpinn-mount-fix/root/usr/lib/libinotifytools.so.0.4.1
Executable file
BIN
ipk-source/sdxpinn-mount-fix/root/usr/lib/libinotifytools.so.0.4.1
Executable file
Binary file not shown.
Reference in New Issue
Block a user