aboutsummaryrefslogtreecommitdiffstats
path: root/games/formido/pkg-install
diff options
context:
space:
mode:
Diffstat (limited to 'games/formido/pkg-install')
-rw-r--r--games/formido/pkg-install13
1 files changed, 0 insertions, 13 deletions
diff --git a/games/formido/pkg-install b/games/formido/pkg-install
deleted file mode 100644
index e7f51e0cff41..000000000000
--- a/games/formido/pkg-install
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-
-HISCOREDIR="/var/games/formido"
-
-[ "$2" != "POST-INSTALL" -o -e "$HISCOREDIR" ] && exit 0
-
-echo "Creating hiscore directory..."
-mkdir -p "$HISCOREDIR"
-
-chgrp games "$HISCOREDIR"
-chmod g+w "$HISCOREDIR"