2011-03-29 01:21:11 +00:00
|
|
|
post_install() {
|
2011-08-29 20:44:49 +00:00
|
|
|
echo "install \"html2ps\" from AUR to add support for printing html mails together with html plugins"
|
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
|
|
|
}
|
|
|
|
|