desktop/clementine/clementine.install

15 lines
176 B
Plaintext
Raw Normal View History

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