summaryrefslogtreecommitdiff
path: root/games/lbreakout2/pkg-install
diff options
context:
space:
mode:
authorMark Pulford <markp@FreeBSD.org>2002-08-04 07:26:00 +0000
committerMark Pulford <markp@FreeBSD.org>2002-08-04 07:26:00 +0000
commitf56dd5cdc04a3184149866923b30e16909fca09a (patch)
tree9e480e9e5a70c68d96ea2314b0319c1bde48830d /games/lbreakout2/pkg-install
parentAllow to build GNOME GUI again (attempting was resulting in a Gtk version). (diff)
Add lbreakout2 2.2.2, the polished successor to LBreakout.
PR: 40589 Submitted by: verm@drunkmonk.net
Notes
Notes: svn path=/head/; revision=63949
Diffstat (limited to 'games/lbreakout2/pkg-install')
-rw-r--r--games/lbreakout2/pkg-install7
1 files changed, 7 insertions, 0 deletions
diff --git a/games/lbreakout2/pkg-install b/games/lbreakout2/pkg-install
new file mode 100644
index 000000000000..03b2139cede2
--- /dev/null
+++ b/games/lbreakout2/pkg-install
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+FILE=/var/games/lbreakout2.hscr
+[ "$2" != "POST-INSTALL" -o -f "$FILE" ] && exit 0
+
+echo "===> Creating initial high score file $FILE"
+install -o root -g games -m 664 ${PKG_PREFIX}/share/lbreakout2/empty.hscr $FILE