4ec4cef24f
-disable ggz config file installation This avoids installation of files in var and etc at install time. bump PKGREVISION
8 lines
191 B
Text
8 lines
191 B
Text
# $NetBSD: INSTALL,v 1.4 2009/07/28 18:52:07 drochner Exp $
|
|
|
|
case ${STAGE} in
|
|
POST-INSTALL)
|
|
(cd ${PREFIX}/share/gnome-games/scorefile-templates && \
|
|
pax -rw -k -pop . /var/games)
|
|
;;
|
|
esac
|