PKGBUILDs/extra/claws-mail/claws-mail.install

17 lines
412 B
Plaintext
Raw Normal View History

2011-03-29 01:21:11 +00:00
post_install() {
2013-05-11 15:51:39 +00:00
echo "install \"html2ps\" from AUR to add support for printing html mails with fancy plugin"
2011-03-29 01:21:11 +00:00
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
2011-05-02 02:54:26 +00:00
update-desktop-database -q
2011-03-29 01:21:11 +00:00
}
post_upgrade() {
2011-08-29 20:44:49 +00:00
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
update-desktop-database -q
2011-03-29 01:21:11 +00:00
}
post_remove() {
2011-08-29 20:44:49 +00:00
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
update-desktop-database -q
2011-03-29 01:21:11 +00:00
}