aboutsummaryrefslogtreecommitdiffstats
path: root/games/formido/pkg-install
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2013-06-05 06:33:37 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2013-06-05 06:33:37 +0800
commita2f24a1416aa2b63aa3ea16e124a2c0c1ae44e30 (patch)
tree0f71f806c3420dda3a7b3aa603524c8bdb6888e3 /games/formido/pkg-install
parent4bff6b4ae96b73837ddd49471f5518b9f35376db (diff)
downloadfreebsd-ports-gnome-a2f24a1416aa2b63aa3ea16e124a2c0c1ae44e30.tar.gz
freebsd-ports-gnome-a2f24a1416aa2b63aa3ea16e124a2c0c1ae44e30.tar.zst
freebsd-ports-gnome-a2f24a1416aa2b63aa3ea16e124a2c0c1ae44e30.zip
- Update to 1.0.1
- Update MASTER_SITES - Add LICENSE - Rework Makefile
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"