diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-06-06 10:25:40 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-06-06 10:25:40 -0500 |
commit | e18931bce2fbbe9c8609a62436204a3591e54aba (patch) | |
tree | 43dbcd7796e26463d6e741e66a069fe6680fdae1 /pcr/renpy/renpy.install | |
parent | fb8c28ce69465a7c00f551a9a9678798d88f069c (diff) |
Removing renpy: This package is in community repo
Diffstat (limited to 'pcr/renpy/renpy.install')
-rw-r--r-- | pcr/renpy/renpy.install | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/pcr/renpy/renpy.install b/pcr/renpy/renpy.install deleted file mode 100644 index bfe161cdb..000000000 --- a/pcr/renpy/renpy.install +++ /dev/null @@ -1,21 +0,0 @@ -post_install() { - ln -vsf /usr/share/doc/renpy /usr/share/renpy/doc - - cat << EOF -This package sets global environment variable RENPY_BASE, forcing all RenPy -games, including incompatible ones, to use system-wide interpreter. Undefine -this variable to launch games, you downloaded somewhere, with their built-in -versions of interpreter. - -To run two example games: The Question and RenPy Tutorial you should be -member of "games" group. -EOF -} - -post_upgrade() { - post_install -} - -pre_remove() { - rm -v /usr/share/renpy/doc -} |