summaryrefslogtreecommitdiff
path: root/pcr/din/din.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-05-18 14:01:58 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-05-18 14:01:58 -0300
commite6cfd799d9f9764dc899080218759c9146fef278 (patch)
tree302bb95153d05bdbc3f946cb6404640fa80c316e /pcr/din/din.install
parent41c31d823235baf54a4ec40a9760e0f490cee474 (diff)
parent4756df5e3c8ede6bb6ebdab627d17542ffce2b81 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'pcr/din/din.install')
-rw-r--r--pcr/din/din.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/pcr/din/din.install b/pcr/din/din.install
new file mode 100644
index 000000000..810ee4bfd
--- /dev/null
+++ b/pcr/din/din.install
@@ -0,0 +1,12 @@
+post_install() {
+ echo ">>> If you get any trouble, remeber to clean your ~/.din folder"
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}