summarylogtreecommitdiffstats
path: root/diablorl-bin.install
diff options
context:
space:
mode:
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'
+}