diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-04-07 23:23:44 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-04-07 23:23:44 -0300 |
commit | 0838c4ecf155760b4127f672c01c472ebcfa69c8 (patch) | |
tree | 9e5984602b6330287512a6710eae476fdc813de5 /libre-testing/icedove-libre/icedove.install | |
parent | b1dae9aeffb64b11071e2b3a8cfc2bb80972bc32 (diff) | |
parent | 6b2e8fe65431c01a01ab5dfd31689c31f10c643b (diff) | |
download | abslibre-0838c4ecf155760b4127f672c01c472ebcfa69c8.tar.gz abslibre-0838c4ecf155760b4127f672c01c472ebcfa69c8.tar.bz2 abslibre-0838c4ecf155760b4127f672c01c472ebcfa69c8.zip |
Merge branch 'master' of ssh://gparabola/abslibre
Diffstat (limited to 'libre-testing/icedove-libre/icedove.install')
-rw-r--r-- | libre-testing/icedove-libre/icedove.install | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libre-testing/icedove-libre/icedove.install b/libre-testing/icedove-libre/icedove.install new file mode 100644 index 000000000..4d4a283db --- /dev/null +++ b/libre-testing/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 +} |