summaryrefslogtreecommitdiff
path: root/time/zonetab/INSTALL
blob: dcb23b97025071cdb9d9f4827dd7859426259467 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/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