summaryrefslogtreecommitdiff
path: root/pcr/renpy/renpy.install
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-05-11 21:07:17 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-05-11 21:07:17 -0300
commit5b032464a13505085ad85bcc646b5181c11c6bf1 (patch)
tree88a046c22e5c5833c30c651a71ef12d0e1ac15a9 /pcr/renpy/renpy.install
parent0f87d3166b41e2728ddf9ba981a4585d03c31d04 (diff)
downloadabslibre-5b032464a13505085ad85bcc646b5181c11c6bf1.tar.gz
abslibre-5b032464a13505085ad85bcc646b5181c11c6bf1.tar.bz2
abslibre-5b032464a13505085ad85bcc646b5181c11c6bf1.zip
move renpy package to ssh://git@projects.parabola.nu/~git/pcr.git
Diffstat (limited to 'pcr/renpy/renpy.install')
-rw-r--r--pcr/renpy/renpy.install21
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
-}