summaryrefslogtreecommitdiffstats
path: root/sysutils/automount/pkg-install
blob: 869dc336dd7f74abfdf98d8415ff89a231331b0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/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
OpenPOWER on IntegriCloud