#!/bin/sh

if [ "$2" = POST-DEINSTALL ]; then
	CERTCTL_ARGS="-D ${PKG_ROOTDIR}"
	/usr/sbin/certctl ${CERTCTL_ARGS} rehash
fi
