summaryrefslogtreecommitdiff
path: root/libre-testing/icedove-libre/icedove.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <andre@pc-01.localdomain>2012-04-05 14:36:33 -0300
committerAndré Fabian Silva Delgado <andre@pc-01.localdomain>2012-04-05 14:36:33 -0300
commit946c94af6d4ea4add368a8da7dff15ee70328636 (patch)
tree1e41ef254ca578e6303be88fb36cf3ca81ae08fc /libre-testing/icedove-libre/icedove.install
parentdc1043ad0abb5cd7bbf04be792222943e6e397ab (diff)
libre-testing/icedove-libre
Diffstat (limited to 'libre-testing/icedove-libre/icedove.install')
-rw-r--r--libre-testing/icedove-libre/icedove.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/libre-testing/icedove-libre/icedove.install b/libre-testing/icedove-libre/icedove.install
new file mode 100644
index 000000000..4d4a283db
--- /dev/null
+++ b/libre-testing/icedove-libre/icedove.install
@@ -0,0 +1,12 @@
+post_install() {
+ update-desktop-database -q
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}