summarylogtreecommitdiffstats
path: root/mekhq.install
diff options
context:
space:
mode:
Diffstat (limited to 'mekhq.install')
-rw-r--r--mekhq.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/mekhq.install b/mekhq.install
new file mode 100644
index 000000000000..8a470e213c81
--- /dev/null
+++ b/mekhq.install
@@ -0,0 +1,7 @@
+function post_install () {
+ echo "Use MEKHQ_CONF_NAME to change the directory read in ~/.config at startup. The default is 'mekhq'"
+}
+
+function post_upgrade () {
+ post_install
+}