diff options
Diffstat (limited to 'games/defcon/defcon.sh')
-rw-r--r-- | games/defcon/defcon.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/games/defcon/defcon.sh b/games/defcon/defcon.sh deleted file mode 100644 index 6d0533da53..0000000000 --- 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 "$@" |