summarylogtreecommitdiffstats
path: root/din.install
diff options
context:
space:
mode:
Diffstat (limited to 'din.install')
-rw-r--r--din.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/din.install b/din.install
new file mode 100644
index 000000000000..a8b6891b8b2c
--- /dev/null
+++ b/din.install
@@ -0,0 +1,10 @@
+post_install() {
+ echo
+ echo " If you are upgrading, please remove your HOME/.config/din folder manually so that it can be updated"
+ echo
+}
+post_upgrade() {
+ echo
+ echo " If you are upgrading, please remove your HOME/.config/din folder manually so that it can be updated"
+ echo
+}