summaryrefslogtreecommitdiff
path: root/games/bloodfrontier/bfclient_wrapper
diff options
context:
space:
mode:
Diffstat (limited to 'games/bloodfrontier/bfclient_wrapper')
-rw-r--r--games/bloodfrontier/bfclient_wrapper7
1 files changed, 0 insertions, 7 deletions
diff --git a/games/bloodfrontier/bfclient_wrapper b/games/bloodfrontier/bfclient_wrapper
deleted file mode 100644
index 81ae7e3c04..0000000000
--- a/games/bloodfrontier/bfclient_wrapper
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-BF_OPTIONS=${BF_OPTIONS:-"-r"}
-
-cd @LIBDIR@/bloodfrontier
-exec @LIBDIR@/bloodfrontier/bin/bfclient ${BF_OPTIONS} "$@"
-