aboutsummaryrefslogtreecommitdiff
path: root/games/rigsofrods/files/rorconfig.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'games/rigsofrods/files/rorconfig.sh.in')
-rw-r--r--games/rigsofrods/files/rorconfig.sh.in16
1 files changed, 0 insertions, 16 deletions
diff --git a/games/rigsofrods/files/rorconfig.sh.in b/games/rigsofrods/files/rorconfig.sh.in
deleted file mode 100644
index 0ad09b1033f4..000000000000
--- a/games/rigsofrods/files/rorconfig.sh.in
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-RORDIR=%%PREFIX%%/lib/rigsofrods
-DOTDIR=$HOME/.RigsOfRods
-
-if [ ! -e "$DOTDIR" ]; then
- echo "Populating $DOTDIR..."
- cd %%DATADIR%%/skeleton && find . -type d -exec mkdir -p "$DOTDIR/{}" \;
- cd %%DATADIR%%/skeleton && find . -type f -exec cp -n {} "$DOTDIR/{}" \;
-fi
-
-LD_LIBRARY_PATH=$RORDIR:$LD_LIBRARY_PATH
-export LD_LIBRARY_PATH
-
-cd $RORDIR
-exec %%PREFIX%%/libexec/rigsofrods/rorconfig "$@"