pkgsrc/games/gnome-games/INSTALL
drochner 4ec4cef24f -redo the scorefile install hacks
-disable ggz config file installation
This avoids installation of files in var and etc at install time.
bump PKGREVISION
2009-07-28 18:52:07 +00:00

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