aboutsummaryrefslogtreecommitdiffstats
path: root/security/ca_root_nss/files/pkg-deinstall.in
blob: 612219c9e447731fdbd6cbad57a1f099c3b472c1 (plain) (blame)
1
2
3
4
5
6
#!/bin/sh

if [ "$2" = POST-DEINSTALL ]; then
	CERTCTL_ARGS="-D ${PKG_ROOTDIR}"
	%%CERTCTL_CMD%% ${CERTCTL_ARGS} rehash
fi