aboutsummarylogtreecommitdiffstats
path: root/dwarffortress-lnp-git.install
diff options
context:
space:
mode:
authormetamer2016-03-05 22:34:21 -0500
committermetamer2016-03-05 22:34:21 -0500
commitcc89c78cc1d677d7a2a6cc6c941f80d72650b1f2 (patch)
tree1bc6a0d883b02684f05382456b6c826eeb8923c2 /dwarffortress-lnp-git.install
downloadaur-cc89c78cc1d677d7a2a6cc6c941f80d72650b1f2.tar.gz
added all files
Diffstat (limited to 'dwarffortress-lnp-git.install')
-rw-r--r--dwarffortress-lnp-git.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/dwarffortress-lnp-git.install b/dwarffortress-lnp-git.install
new file mode 100644
index 000000000000..234a63b153d8
--- /dev/null
+++ b/dwarffortress-lnp-git.install
@@ -0,0 +1,14 @@
+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.'
+}
+
+post_upgrade() {
+ post_install "$1"
+}
+
+# vim:set ts=2 sw=2 et: