summaryrefslogtreecommitdiff
path: root/extra/claws-mail/claws-mail.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-10-14 00:05:52 -0700
committerroot <root@rshg054.dnsready.net>2013-10-14 00:05:52 -0700
commitd053938d834e74b0c881c12a5cb240ad4bab0d9b (patch)
tree7226e0e5e490369e54507fc9af134ba48d5f2b16 /extra/claws-mail/claws-mail.install
parent39e9111d76d232d65ca0c43285dea5bd5d58d28e (diff)
Mon Oct 14 00:05:51 PDT 2013
Diffstat (limited to 'extra/claws-mail/claws-mail.install')
-rw-r--r--extra/claws-mail/claws-mail.install16
1 files changed, 16 insertions, 0 deletions
diff --git a/extra/claws-mail/claws-mail.install b/extra/claws-mail/claws-mail.install
new file mode 100644
index 000000000..4d2f155d4
--- /dev/null
+++ b/extra/claws-mail/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
+}
+