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

post_install() {
  #echo "Additional setup is needed, as freeablo requires the files from Diablo Game Disc"
  #echo "You also need to put the files 'DIABDAT.MPQ' and 'Diablo.exe' in '('/usr/share/freeablo/resources')'"
  echo "Game Data, Was installed to '('/usr/share/freeablo/resources')'"
  echo ""
  #echo "A installer will be created at a later date..."
}

post_upgrade() {
  post_install
}