automount/sysutils/automount/pkg-install

17 lines
219 B
Bash

#!/bin/sh
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)
:
;;
esac