summaryrefslogtreecommitdiff
path: root/community/bsd-games/bsd-games.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/bsd-games/bsd-games.install')
-rw-r--r--community/bsd-games/bsd-games.install11
1 files changed, 0 insertions, 11 deletions
diff --git a/community/bsd-games/bsd-games.install b/community/bsd-games/bsd-games.install
deleted file mode 100644
index 453a6ded7..000000000
--- a/community/bsd-games/bsd-games.install
+++ /dev/null
@@ -1,11 +0,0 @@
-MSG="You need to be in the games group to use the score files."
-
-post_install() {
- echo $MSG
-}
-
-post_upgrade() {
- if [ $(vercmp 2.17-8 $2) -ge 0 ]; then
- echo $MSG
- fi
-}