#!/bin/sh case ${2} in (POST-INSTALL) service devd restart echo echo echo "Check %%PREFIX%%/bin/automount --help for available options." echo echo ;; (PRE-INSTALL) : ;; esac