summaryrefslogtreecommitdiff
path: root/libre-testing/icecat/icecat.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-07-22 21:25:12 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-07-22 21:25:12 -0300
commitf0d4d1a5e78b1b34fae9c9432cf4931d23d1ad22 (patch)
treee45658e2f161afd2aa32bb64506ead5dcacbe4fa /libre-testing/icecat/icecat.install
parentfca98766cfdd74414c579007e8a615f9c80a1a98 (diff)
icecat-31.8.0_gnu1-2: add new revision to [libre-testing] to test if segfault persists without using system libraries and going by the default Mozilla included libraries
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
+}
+