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,4 @@
#!/bin/sh
[ -s ${IPKG_INSTROOT}/lib/functions.sh ] || exit 0
. ${IPKG_INSTROOT}/lib/functions.sh
default_prerm $0 $@