diff --git a/port/sysutils/automount/pkg-install b/port/sysutils/automount/pkg-install index 5efa21e..8c8cd8a 100644 --- a/port/sysutils/automount/pkg-install +++ b/port/sysutils/automount/pkg-install @@ -2,13 +2,13 @@ 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) : ;; + /etc/rc.d/devd restart + echo + echo + echo "Check /usr/local/sbin/automount --help for available options." + echo + echo + ;; + (PRE-INSTALL) : ;; esac