Update port/sysutils/automount/pkg-install

This commit is contained in:
vermaden 2012-02-28 07:11:47 +01:00
parent dd8e2c7c58
commit 0989decf34
1 changed files with 8 additions and 8 deletions

View File

@ -2,13 +2,13 @@
case ${2} in
(POST-INSTALL)
/etc/rc.d/devd restart
echo
echo
echo "Check /usr/local/sbin/automount --help for available options."
echo
echo
;;
(PRE-INSTALL) : ;;
/etc/rc.d/devd restart
echo
echo
echo "Check /usr/local/sbin/automount --help for available options."
echo
echo
;;
(PRE-INSTALL) : ;;
esac