desktop/ksvnupdater/ksvnupdater.install

12 lines
167 B
Plaintext
Raw Normal View History

2012-11-29 07:28:39 +08:00
post_install() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}