summaryrefslogtreecommitdiff
path: root/libre/icecat/icecat.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-12-03 14:21:36 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-12-04 01:12:54 -0300
commitb8c1a2f78a819a1b484cce6d2ba878db9e80fa2f (patch)
tree7d87d04cc040a31df1e91a76c280a24779487fd9 /libre/icecat/icecat.install
parentdafd37bb0307e11a5b55b719e9473da95862d7f8 (diff)
icecat-45.5.1_gnu1-1: updating version
Diffstat (limited to 'libre/icecat/icecat.install')
-rw-r--r--libre/icecat/icecat.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/libre/icecat/icecat.install b/libre/icecat/icecat.install
new file mode 100644
index 000000000..1a1f4b16b
--- /dev/null
+++ b/libre/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
+}
+