summaryrefslogtreecommitdiff
path: root/pcr/renpy/renpy-launcher.sh
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-06-06 10:25:40 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-06-06 10:25:40 -0500
commite18931bce2fbbe9c8609a62436204a3591e54aba (patch)
tree43dbcd7796e26463d6e741e66a069fe6680fdae1 /pcr/renpy/renpy-launcher.sh
parentfb8c28ce69465a7c00f551a9a9678798d88f069c (diff)
Removing renpy: This package is in community repo
Diffstat (limited to 'pcr/renpy/renpy-launcher.sh')
-rw-r--r--pcr/renpy/renpy-launcher.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/pcr/renpy/renpy-launcher.sh b/pcr/renpy/renpy-launcher.sh
deleted file mode 100644
index 605c0c1fd..000000000
--- a/pcr/renpy/renpy-launcher.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/usr/bin/env sh
-mkdir -p ~/renpy_projects
-cd ~/renpy_projects
-exec env python2 -OO /usr/share/renpy/renpy.py "$@"