diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-08-20 17:20:06 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-08-20 17:20:06 -0300 |
commit | f7983327f2dbe067d2472becc24683ca0de743f1 (patch) | |
tree | b261ab193ba8cc05f3141ebb4c672407a87c196d /nonprism/claws-mail-libre-nonprism/claws-mail.install | |
parent | 5928610927ccf6b39d56abebb9f288f09c3fbdbd (diff) | |
parent | 476a52b9f85d52095f043d253618cddee4e2b061 (diff) |
Merge branch 'master' of vparabola:abslibre
Diffstat (limited to 'nonprism/claws-mail-libre-nonprism/claws-mail.install')
-rw-r--r-- | nonprism/claws-mail-libre-nonprism/claws-mail.install | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/nonprism/claws-mail-libre-nonprism/claws-mail.install b/nonprism/claws-mail-libre-nonprism/claws-mail.install new file mode 100644 index 000000000..4d2f155d4 --- /dev/null +++ b/nonprism/claws-mail-libre-nonprism/claws-mail.install @@ -0,0 +1,16 @@ +post_install() { + echo "install \"html2ps\" from AUR to add support for printing html mails with fancy plugin" + 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 +} + |