diff options
author | root <root@rshg054.dnsready.net> | 2013-04-12 00:04:48 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-04-12 00:04:48 -0700 |
commit | d976aa5e1544c80dc2457ea20b27f28f3fa05899 (patch) | |
tree | b920a24b920930916f1d58602326568fd1e4e9bf /libre-testing/iceweasel-libre/iceweasel.install | |
parent | 337402b957bab442da9e0d46ee7a8d8f32ede3ce (diff) |
Fri Apr 12 00:04:48 PDT 2013
Diffstat (limited to 'libre-testing/iceweasel-libre/iceweasel.install')
-rw-r--r-- | libre-testing/iceweasel-libre/iceweasel.install | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libre-testing/iceweasel-libre/iceweasel.install b/libre-testing/iceweasel-libre/iceweasel.install new file mode 100644 index 000000000..c1fe8284a --- /dev/null +++ b/libre-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 +} + |