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