summarylogtreecommitdiffstats
path: root/maxx-desktop.install
diff options
context:
space:
mode:
Diffstat (limited to 'maxx-desktop.install')
-rw-r--r--maxx-desktop.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/maxx-desktop.install b/maxx-desktop.install
new file mode 100644
index 000000000000..cf535ed883fe
--- /dev/null
+++ b/maxx-desktop.install
@@ -0,0 +1,8 @@
+
+post_install() {
+ echo "==> Remember to install or upgrade your user configuration files!"
+}
+
+post_upgrade() {
+ post_install
+}