desktop/owncloud-client/owncloud-client.install

13 lines
137 B
Plaintext
Raw Normal View History

2013-06-11 21:02:00 +08:00
post_install() {
xdg-icon-resource forceupdate --theme hicolor
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}