desktop/owncloud-client/owncloud-client.install
2013-06-27 16:02:06 +00:00

12 lines
136 B
Plaintext

post_install() {
xdg-icon-resource forceupdate --theme hicolor
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}