PKGBUILDs/community/gsmartcontrol/gsmartcontrol.install
2009-10-09 21:15:33 -05:00

11 lines
258 B
Text

post_install() {
which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true
}
post_upgrade() {
post_install $1
}
post_remove() {
which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true
}