summaryrefslogtreecommitdiff
path: root/pcr/din/din.install
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/din/din.install')
-rw-r--r--pcr/din/din.install14
1 files changed, 6 insertions, 8 deletions
diff --git a/pcr/din/din.install b/pcr/din/din.install
index 810ee4bfd..a8b6891b8 100644
--- a/pcr/din/din.install
+++ b/pcr/din/din.install
@@ -1,12 +1,10 @@
post_install() {
- echo ">>> If you get any trouble, remeber to clean your ~/.din folder"
- update-desktop-database -q
+ echo
+ echo " If you are upgrading, please remove your HOME/.config/din folder manually so that it can be updated"
+ echo
}
-
post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
+ echo
+ echo " If you are upgrading, please remove your HOME/.config/din folder manually so that it can be updated"
+ echo
}