freebsd-ports/sysutils/pcfclock/pkg-install

8 lines
116 B
Text
Raw Normal View History

#!/bin/sh
case $2 in
POST-INSTALL)
[ -c /dev/pcfclock0 ] || ( cd /dev && ./MAKEDEV pcfclock0 )
;;
esac