summaryrefslogtreecommitdiff
path: root/libre/claws-mail-libre/claws-mail.install
diff options
context:
space:
mode:
authorMárcio Alexandre Silva Delgado <coadde@lavabit.com>2012-12-03 05:13:31 -0200
committerMárcio Alexandre Silva Delgado <coadde@lavabit.com>2012-12-03 05:13:31 -0200
commita4547529c10e1c3ee7d25f7e32d101a2b05fd769 (patch)
tree4c6f75840c83a365a7e4ed45545ff85294050a10 /libre/claws-mail-libre/claws-mail.install
parenta410436d32ff8891eca5fba302df80eddde1be39 (diff)
downloadabslibre-a4547529c10e1c3ee7d25f7e32d101a2b05fd769.tar.gz
abslibre-a4547529c10e1c3ee7d25f7e32d101a2b05fd769.tar.bz2
abslibre-a4547529c10e1c3ee7d25f7e32d101a2b05fd769.zip
claws-mail-libre: add pkg to libre repo
Diffstat (limited to 'libre/claws-mail-libre/claws-mail.install')
-rw-r--r--libre/claws-mail-libre/claws-mail.install15
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
+}