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