summaryrefslogtreecommitdiff
path: root/libre/icedove/icedove.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-03 16:45:05 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-03 16:45:05 -0300
commit400b478305876606a767ac469964c171f9948ed9 (patch)
tree4963d431866a0748f07aca545a51eb0b6f52a059 /libre/icedove/icedove.install
parent1c222df4c718aa049f55cc10a6bdf3357ac3a919 (diff)
icedove: remove libre and nonprism suffixes, remove Social API support -> https://lists.parabolagnulinux.org/pipermail/dev/2014-August/002291.html
Diffstat (limited to 'libre/icedove/icedove.install')
-rw-r--r--libre/icedove/icedove.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/libre/icedove/icedove.install b/libre/icedove/icedove.install
new file mode 100644
index 000000000..4d4a283db
--- /dev/null
+++ b/libre/icedove/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
+}