1deps { 2 "certctl": { 3 version = "${VERSION}" 4 origin = "base" 5 } 6} 7scripts: { 8 post-install = "/usr/sbin/certctl -D${PKG_ROOTDIR}/ rehash" 9 post-uninstall = "/usr/sbin/certctl -D${PKG_ROOTDIR}/ rehash" 10} 11