freebsd-ports/sysutils/automount/files/pkg-install.in
Guido Falsi d28a45c336 - Update to 1.5.3
- Adjust path in pkg-install to PREFIX

PR:		197023
Submitted by:	vermaden@interia.pl (maintainer)
2015-02-06 13:41:41 +00:00

15 lines
215 B
Bash

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