# $NetBSD: INSTALL,v 1.2 2023/07/05 17:30:23 kim Exp $

# Refresh certificates on existing installations.
# Output instructions on new installations.

case ${STAGE} in
POST-INSTALL)
	"${PKG_PREFIX}"/sbin/update-ca-certificates
	;;
esac
