desktop/clementine-qt5/clementine.install

15 lines
176 B
Plaintext
Raw Normal View History

2015-11-12 22:05:12 +08:00
pkgname=clementine
post_install() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
}
post_upgrade() {
post_install $1
}
post_remove() {
post_install $1
}