desktop/clementine-qt5/clementine.install
2015-11-12 14:05:12 +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
}