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

15 lines
278 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
}
op=$1
shift
$op $*