mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
16 lines
421 B
Text
16 lines
421 B
Text
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
|
|
}
|
|
|