PKGBUILDs/extra/chromium/chromium.install
2012-06-11 00:16:02 -04:00

13 lines
185 B
Plaintext

post_install() {
xdg-icon-resource forceupdate --theme hicolor &>/dev/null
update-desktop-database -q
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}