#!/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

