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