desktop/clementine/clementine.install

15 lines
176 B
Plaintext
Raw Normal View History

2010-09-27 22:39:07 +08:00
pkgname=clementine
post_install() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
2010-09-27 22:39:07 +08:00
}
post_upgrade() {
post_install $1
}
post_remove() {
post_install $1
2010-09-27 22:39:07 +08:00
}