diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-12-04 10:07:37 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-12-04 10:07:37 -0300 |
commit | 5c50391d339853dc328a3e7f35456773f59adb31 (patch) | |
tree | 1096580608d7c8d0213bff15d6e9113964e5afbe /libre/claws-mail-libre/claws-mail.install | |
parent | 1930acb377d623fef168808f189ca5c0cac9bf4d (diff) | |
parent | c28e0105b720878da5c3e6a65eb49488c21a08aa (diff) | |
download | abslibre-5c50391d339853dc328a3e7f35456773f59adb31.tar.gz abslibre-5c50391d339853dc328a3e7f35456773f59adb31.tar.bz2 abslibre-5c50391d339853dc328a3e7f35456773f59adb31.zip |
Merge branch 'master' of ssh://gparabola/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 +} |