diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-01-03 12:07:28 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-01-03 12:07:28 -0300 |
commit | 41f96635759489132086f9c599af6b6b8af20db2 (patch) | |
tree | d2e5bb1996af265637ddab938b5a79d9af004c56 /mozilla-testing/iceweasel-libre/iceweasel.install | |
parent | df7d8525f2e848a9a6b1f317c1426982b464adea (diff) | |
parent | 6f87594cae18e4ec676280e40b38984ea3bc39e6 (diff) | |
download | abslibre-41f96635759489132086f9c599af6b6b8af20db2.tar.gz abslibre-41f96635759489132086f9c599af6b6b8af20db2.tar.bz2 abslibre-41f96635759489132086f9c599af6b6b8af20db2.zip |
Merge branch 'master' of ssh://gparabola/abslibre
Diffstat (limited to 'mozilla-testing/iceweasel-libre/iceweasel.install')
-rw-r--r-- | mozilla-testing/iceweasel-libre/iceweasel.install | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mozilla-testing/iceweasel-libre/iceweasel.install b/mozilla-testing/iceweasel-libre/iceweasel.install new file mode 100644 index 000000000..c1fe8284a --- /dev/null +++ b/mozilla-testing/iceweasel-libre/iceweasel.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 +} + |