diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-12-03 21:05:56 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-12-03 21:05:56 -0500 |
commit | 0fe755e60cece6ee398a9399bc69d517cb81bae3 (patch) | |
tree | dab904af3e0ce885d95f515c13996f27d640f51f /libre/claws-mail-libre/claws-mail.install | |
parent | 8efd4034846a00a6e07513451ce723df89fe5028 (diff) | |
parent | 7da2c7104bf0b90ad700b6fe3e99284802106cbe (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre/claws-mail-libre/claws-mail.install')
-rw-r--r-- | libre/claws-mail-libre/claws-mail.install | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/libre/claws-mail-libre/claws-mail.install b/libre/claws-mail-libre/claws-mail.install new file mode 100644 index 000000000..94313db3a --- /dev/null +++ b/libre/claws-mail-libre/claws-mail.install @@ -0,0 +1,15 @@ +post_install() { + echo "install \"html2ps\" from AUR to add support for printing html mails together with html plugins" + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor + update-desktop-database -q +} + +post_upgrade() { + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor + update-desktop-database -q +} + +post_remove() { + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor + update-desktop-database -q +} |