summarylogtreecommitdiffstats
path: root/renpy.install
blob: 1cd382a8567d425acb9744145d1103f5c4afe32a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
post_install() {
  ln -sf "/usr/share/doc/renpy" "/usr/share/renpy/doc"

  cat << EOF
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 "/usr/share/renpy/doc"
}