summaryrefslogtreecommitdiff
path: root/pcr/din/din.install
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-01-21 11:22:13 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-01-21 11:22:13 +0100
commit0f53aeb2acf73985536487bb3838262ba2779694 (patch)
tree3ab73d795ab291a6ccc4f1582795c6226f3f78ab /pcr/din/din.install
parentaba15c097a3a5ff850e0e962c3ca63c1ec8240d0 (diff)
downloadabslibre-0f53aeb2acf73985536487bb3838262ba2779694.tar.gz
abslibre-0f53aeb2acf73985536487bb3838262ba2779694.tar.bz2
abslibre-0f53aeb2acf73985536487bb3838262ba2779694.zip
pcr/din: updated to 29
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
}