diff options
author | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-05-08 14:21:54 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-05-08 14:21:54 -0300 |
commit | b6c790777b1f1c5a17e839abbfebfeda98565a6f (patch) | |
tree | 3c9daf2bc423b713c3a0a2e72ea9c2397285eab6 /libre/icedove-libre/icedove.install | |
parent | fe0809b8e48e9a9cd4c4e4d0878538aa7b4860e6 (diff) | |
download | abslibre-b6c790777b1f1c5a17e839abbfebfeda98565a6f.tar.gz abslibre-b6c790777b1f1c5a17e839abbfebfeda98565a6f.tar.bz2 abslibre-b6c790777b1f1c5a17e839abbfebfeda98565a6f.zip |
icedove-libre-11.0-1: new package
Diffstat (limited to 'libre/icedove-libre/icedove.install')
-rw-r--r-- | libre/icedove-libre/icedove.install | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libre/icedove-libre/icedove.install b/libre/icedove-libre/icedove.install new file mode 100644 index 000000000..4d4a283db --- /dev/null +++ b/libre/icedove-libre/icedove.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 +} + +post_remove() { + post_install +} |