PKGBUILDs/community/kovpn/kovpn.install

16 lines
278 B
Text
Raw Normal View History

2009-10-10 02:15:33 +00:00
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 $*