aboutsummaryrefslogblamecommitdiff
path: root/release/packages/certctl.ucl
blob: 664a6d1395856373365fb841ae43be19a558168d (plain) (tree)
1
2
3
4
5
6
7
8
9




                                                                              

                                                                

   
scripts: {
	# XXX If pkg picks up a mechanism to detect in the post-install script
	# files being added or removed, we should use it instead to gate the
	# rehash.
	post-install = <<EOD
	[ -x /usr/sbin/certctl ] && env DESTDIR=${PKG_ROOTDIR} \
	    /usr/sbin/certctl rehash
EOD
}