summaryrefslogtreecommitdiff
path: root/games/qix/pkg-req
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>2000-06-06 00:56:18 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>2000-06-06 00:56:18 +0000
commit31fca295ef2a43ba1ae5ee175142b85147133fe3 (patch)
tree48808ceea04aa38083f15b929e6a52a620165b59 /games/qix/pkg-req
parentUpdate to 1.2.1 (bugfixes) (diff)
qix - the classic arcade game.
Notes
Notes: svn path=/head/; revision=29239
Diffstat (limited to 'games/qix/pkg-req')
-rw-r--r--games/qix/pkg-req15
1 files changed, 15 insertions, 0 deletions
diff --git a/games/qix/pkg-req b/games/qix/pkg-req
new file mode 100644
index 000000000000..643e781d6406
--- /dev/null
+++ b/games/qix/pkg-req
@@ -0,0 +1,15 @@
+#!/bin/sh
+
+if [ "x$1" = "x" ]; then
+ exit 1;
+fi
+if [ "x$2" != "xINSTALL" -a "x$2" != "xDEINSTALL" ]; then
+ exit 1;
+fi
+
+echo "**********************************************************"
+echo "You should restart X server or do 'xset fp rehash' command"
+echo "to enable this update."
+echo "**********************************************************"
+
+exit 0;