summarylogtreecommitdiffstats
path: root/rpg2003-rtp.sh
diff options
context:
space:
mode:
authorCarsten Teibes2021-04-11 21:42:50 +0200
committerCarsten Teibes2021-04-11 21:42:50 +0200
commit46185e517325a44447cf1f6f3499b28078c3d1e3 (patch)
treeb72e351d1fabb0c8f84d217463c626df79f70213 /rpg2003-rtp.sh
parente840a063a460fe9f507c9e53e74d0f0d6a747904 (diff)
downloadaur-rpg2003-rtp.tar.gz
[upd] new urls
[fix] extract with right encoding instead of renaming afterwards [fix] no more need to set environment variables
Diffstat (limited to 'rpg2003-rtp.sh')
-rw-r--r--rpg2003-rtp.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/rpg2003-rtp.sh b/rpg2003-rtp.sh
deleted file mode 100644
index 41b6ce14fb5a..000000000000
--- a/rpg2003-rtp.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-RTP=/usr/share/rtp/2003
-
-if [ -z "$RPG2K3_RTP_PATH" ]; then
- RPG2K3_RTP_PATH=$RTP
-else
- # add to end of path list
- RPG2K3_RTP_PATH=${RPG2K3_RTP_PATH}:$RTP
-fi
-
-export RPG2K3_RTP_PATH