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 case ${2} in
(POST-INSTALL) (POST-INSTALL)
/etc/rc.d/devd restart /etc/rc.d/devd restart
echo echo
echo echo
echo "Check /usr/local/sbin/automount --help for available options." echo "Check /usr/local/sbin/automount --help for available options."
echo echo
echo echo
;; ;;
(PRE-INSTALL) : ;; (PRE-INSTALL) : ;;
esac esac