summaryrefslogtreecommitdiff
path: root/sysutils/automount/files/pkg-install.in
blob: d8b2f9b9ae516b5c786c3d36c58bb52648cb63ab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/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