summarylogtreecommitdiffstats
path: root/freeablo.install
blob: 6aac919c9473c5bfebe30b02ca2981faf3593a2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

post_install() {
  echo "Additional setup is needed, as freeablo only searches for resources in the"
  echo "current directory:"
  echo "$ mkdir -p ~/.freeablo ; cp -rup /usr/share/freeablo/resources ~/.freeablo"
  echo "You also need to put the files 'DIABDAT.MPQ' and 'Diablo.exe' there."
  echo ""
  echo "To launch it, use this:"
  echo "$ cd ~/.freeablo && freeablo"
}

post_upgrade() {
  post_install
}