From 5e4fa8ecc98d7290e33bde61fa55b70daea751fb Mon Sep 17 00:00:00 2001 From: danfe Date: Wed, 7 Nov 2012 13:41:52 +0000 Subject: GC unused file (forgotten in r307068). Feature safe: yes --- games/doomlegacy/files/legacy.in | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 games/doomlegacy/files/legacy.in (limited to 'games') diff --git a/games/doomlegacy/files/legacy.in b/games/doomlegacy/files/legacy.in deleted file mode 100644 index 4c487da558da..000000000000 --- a/games/doomlegacy/files/legacy.in +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh - -# The executable needs to run from a directory with the Doom Legacy data -# files, libraries and executables. So we mirror the Doom Legacy data -# directory to ~/.doomlegacy, and create symlinks to the data files. - -DOOMWADDIR="%%DMDIR%%"; export DOOMWADDIR - -if [ -d ~/.doomlegacy ] -then - echo "Using existing ~/.doomlegacy directory." -else - echo "Creating ~/.doomlegacy directory." - cd %%DATADIR%% || exit 1 - mkdir -p ~/.doomlegacy - ln -s %%DATADIR%%/* ~/.doomlegacy -fi - -cd ~/.doomlegacy || exit 1 -exec ./lsdldoom -nocheckwadversion "$@" -- cgit