summarylogtreecommitdiffstats
path: root/infra-arcana.install
blob: abe5df3c9a5bbe11241f77316b18b1f14fa75be2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
  echo 'Installed. Run infra-arcana to launch.'
  echo 'You will have to be a member of the games group to be able to save'
  echo 'Saved games and other game data are located in /var/lib/infra-arcana/data'
}

post_upgrade() {
  post_install "$1"
}

# vim:set ts=2 sw=2 et: