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