Update port/sysutils/automount/pkg-install
This commit is contained in:
parent
dd8e2c7c58
commit
0989decf34
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue