Register librt and usign as installed with opkg

This commit is contained in:
Cameron Thompson
2025-07-24 22:35:09 -04:00
parent 154b54c416
commit 2dc23e5b64
3 changed files with 32 additions and 0 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 $@