diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-02-12 22:42:22 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-02-12 22:42:22 +0100 |
commit | 811e6165dc55e497bf39ac2e7d2e66b01018a016 (patch) | |
tree | 682a04b9f8ca2397d386334130a24849dcd7b947 /libre/seamonkey-libre/seamonkey.install | |
parent | 3d0f5590897ab1d8d66572ad1787162ee7d537e7 (diff) |
Update seamonkey-libre.
Diffstat (limited to 'libre/seamonkey-libre/seamonkey.install')
-rw-r--r-- | libre/seamonkey-libre/seamonkey.install | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libre/seamonkey-libre/seamonkey.install b/libre/seamonkey-libre/seamonkey.install new file mode 100644 index 000000000..709ad81f2 --- /dev/null +++ b/libre/seamonkey-libre/seamonkey.install @@ -0,0 +1,12 @@ +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 +} |