summaryrefslogtreecommitdiff
path: root/libre-testing/icecat/icecat.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-08-25 05:03:14 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-08-28 18:37:19 -0300
commit614a363a1b51b4605dfa787c42b09f4a1add7b28 (patch)
tree450ddd441c257c8b4e2744e7cbf60c0e1e8cb66d /libre-testing/icecat/icecat.install
parent247aeede177053bd44a6bbdc1d73f0a58178123d (diff)
icecat-38.2.0_gnu1-1: updating version
Diffstat (limited to 'libre-testing/icecat/icecat.install')
-rw-r--r--libre-testing/icecat/icecat.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/libre-testing/icecat/icecat.install b/libre-testing/icecat/icecat.install
new file mode 100644
index 000000000..1a1f4b16b
--- /dev/null
+++ b/libre-testing/icecat/icecat.install
@@ -0,0 +1,13 @@
+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
+}
+