summaryrefslogtreecommitdiff
path: root/libre-testing/icedove-libre/icedove.install
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-04-11 20:31:43 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-04-11 20:31:43 -0400
commit5f338c195e399f2c2486e06be0851d4f597162d7 (patch)
tree4c144c54bbd85fa2e641d219275045bae11cb4c3 /libre-testing/icedove-libre/icedove.install
parent158b35a711165b70a2b718b01cbc261ba50a5cf1 (diff)
parent7e431bf14475a0539a570ce18d290d04427c194c (diff)
downloadabslibre-5f338c195e399f2c2486e06be0851d4f597162d7.tar.gz
abslibre-5f338c195e399f2c2486e06be0851d4f597162d7.tar.bz2
abslibre-5f338c195e399f2c2486e06be0851d4f597162d7.zip
Merge branch 'master' of ssh://parabolagnulinux.org:1863/abslibre
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
+}