Integrate bundled packages

This commit is contained in:
iamromulan
2024-10-04 21:40:31 -04:00
parent ae23d55274
commit f7e89663ee
10 changed files with 49 additions and 3 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 $@