summaryrefslogtreecommitdiff
path: root/libre-testing/icecat/firefox.install
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@parabola.nu>2013-01-16 14:55:14 -0300
committerNicolás Reynolds <fauno@parabola.nu>2013-01-16 14:55:14 -0300
commit937c8656ecd59d9800c7d6dfb23a816195320bdd (patch)
tree98a52492045c0b59661676ee6289a9419b8a2072 /libre-testing/icecat/firefox.install
parent4446f2330756577653fd2ebbaf1bef6950720fde (diff)
parentf62179b3bfcd584fa856098cbddb39614b9f8a60 (diff)
Merge branch 'master' of ssh://gparabola/srv/git/abslibre
Diffstat (limited to 'libre-testing/icecat/firefox.install')
-rw-r--r--libre-testing/icecat/firefox.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/libre-testing/icecat/firefox.install b/libre-testing/icecat/firefox.install
new file mode 100644
index 000000000..c1fe8284a
--- /dev/null
+++ b/libre-testing/icecat/firefox.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 $1
+}
+
+post_remove() {
+ post_install $1
+}
+