aboutsummarylogtreecommitdiffstats
path: root/dwarffortress-lnp-git.install
blob: 4d22d5052110b2a45e798672b16cf359645fb771 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
post_install() {
  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
  echo 'Installed. Run lnp to launch.'
  echo 'You may have to delete ~/.dwarffortress-lnp-git to get latest version (you will have to manually back up saves)'
  echo 'Refer to ~./dwarffortress-lnp-git/LNP/ for local LNP base directory'
  echo 'Optional utilites can be installed by adding a symlink to /opt/dwarffortress-lnp-git/LNP/Utilities'
  echo 'If you run into issues, try examining ~/.dwarffortress-lnp-git/df_linux/distro_specific_fixes.sh for distro related problems.'
  echo 'NOTE: For certain graphics packs, you may have to manually edit the df_maxversion value in manifest.json files in the pack subfolders of ~/.dwarffortress-lnp-git/LNP/graphics'
}

post_upgrade() {
  post_install "$1"
}

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