Files
pkgsrc-ng/time/zonetab/INSTALL
2013-09-26 17:14:40 +02:00

12 lines
254 B
Plaintext

#!/bin/sh
# $NetBSD: INSTALL,v 1.1.1.1 2007/11/03 21:46:38 drochner Exp $
case ${STAGE} in
POST-INSTALL)
if [ ! -e /usr/share/zoneinfo/zone.tab ]; then
/usr/bin/install ${PREFIX}/share/examples/zoneinfo/zone.tab \
/usr/share/zoneinfo
fi
;;
esac