From cba19b1b911dc59caa4fa56fd3c3707cd2d546e0 Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Sat, 7 Apr 2001 05:24:31 +0000 Subject: Add greed 3.3, a text puzzle game with the aim of clearing the game field. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR: 26294 Submitted by: Mark Pulford «mark@kyne.com.au> --- games/greed/pkg-install | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 games/greed/pkg-install (limited to 'games/greed/pkg-install') diff --git a/games/greed/pkg-install b/games/greed/pkg-install new file mode 100644 index 000000000000..d891db4686b7 --- /dev/null +++ b/games/greed/pkg-install @@ -0,0 +1,9 @@ +#!/bin/sh + +FILE="/var/games/greed.hs" +[ "$2" != "POST-INSTALL" -o -f "$FILE" ] && exit 0 + +echo "===> Creating initial high score file $FILE" +touch $FILE +chown root.games $FILE +chmod 664 $FILE -- cgit v1.2.3