Index: head/Keywords/shell.ucl =================================================================== --- head/Keywords/shell.ucl (revision 552937) +++ head/Keywords/shell.ucl (revision 552938) @@ -1,28 +1,47 @@ # $FreeBSD$ # # MAINTAINER: portmgr@FreeBSD.org # # @shell bin/shell # # Handle adding and remove a path to a shell binary into /etc/shells # actions: [file] -post-install: < ${PKG_ROOTDIR}/etc/shells - rm -f ${PKG_ROOTDIR}/etc/shells.bak +post-install-lua: < ${PKG_ROOTDIR}/etc/shells - rm -f ${PKG_ROOTDIR}/etc/shells.bak +pre-deinstall-lua: <