From a4547529c10e1c3ee7d25f7e32d101a2b05fd769 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Alexandre=20Silva=20Delgado?= Date: Mon, 3 Dec 2012 05:13:31 -0200 Subject: claws-mail-libre: add pkg to libre repo --- libre/claws-mail-libre/claws-mail.install | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 libre/claws-mail-libre/claws-mail.install (limited to 'libre/claws-mail-libre/claws-mail.install') 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 +} -- cgit v1.2.3-2-g168b