desktop/clementine/clementine.install
2011-06-30 19:37:43 +00:00

15 lines
176 B
Plaintext

pkgname=clementine
post_install() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
}
post_upgrade() {
post_install $1
}
post_remove() {
post_install $1
}