aboutsummaryrefslogtreecommitdiff
path: root/games/defcon/defcon.sh
diff options
context:
space:
mode:
Diffstat (limited to 'games/defcon/defcon.sh')
-rw-r--r--games/defcon/defcon.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/games/defcon/defcon.sh b/games/defcon/defcon.sh
deleted file mode 100644
index 6d0533da535d..000000000000
--- a/games/defcon/defcon.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-DEFCONPATH=/usr/lib/defcon
-export LD_LIBRARY_PATH="$DEFCONPATH:$LD_LIBRARY_PATH"
-$DEFCONPATH/defcon.bin.x86 "$@"