gc() + add patch from Markj

This commit is contained in:
2025-11-12 03:13:37 +01:00
parent f8dbaa22a0
commit d790b9ed33
169 changed files with 362 additions and 11477 deletions

View File

@ -0,0 +1,6 @@
#!/bin/sh
if [ "$2" = POST-DEINSTALL ]; then
CERTCTL_ARGS="-D ${PKG_ROOTDIR}"
%%CERTCTL_CMD%% ${CERTCTL_ARGS} rehash
fi