summarylogtreecommitdiffstats
path: root/diablorl-bin.install
diff options
context:
space:
mode:
authorWorMzy Tykashi2017-04-24 15:49:12 +0100
committerWorMzy Tykashi2017-04-24 15:49:12 +0100
commit663714cde167814d99a0bb2506698e136cd7a287 (patch)
tree61935f67893f2d2a7cbf90b175cac4d187534876 /diablorl-bin.install
downloadaur-663714cde167814d99a0bb2506698e136cd7a287.tar.gz
Initial commit
Diffstat (limited to 'diablorl-bin.install')
-rw-r--r--diablorl-bin.install17
1 files changed, 17 insertions, 0 deletions
diff --git a/diablorl-bin.install b/diablorl-bin.install
new file mode 100644
index 000000000000..bf27e43971c6
--- /dev/null
+++ b/diablorl-bin.install
@@ -0,0 +1,17 @@
+post_install() {
+ printf -- '-------------------------------------------------------------------\n'
+ printf ' This program will link itself into ~/.diablorl on first run.\n'
+ printf ' This folder will remain after you remove the game, so\n'
+ printf ' remember to remove it manually if you no longer want to\n'
+ printf ' retain your save data.\n'
+ printf ' If you want to enable sound and music, edit ~/.dialorl/config.lua\n'
+ printf ' and add the path to your DIABDAT.MPQ file.\n'
+ printf -- '-------------------------------------------------------------------\n'
+}
+
+post_remove() {
+ printf -- '--------------------------------------------------------------\n'
+ printf ' Remember to clean up ~/.diablorl, if you no longer want to\n'
+ printf ' keep your save data.\n'
+ printf -- '--------------------------------------------------------------\n'
+}