desktop/libkface/libkface.install
2015-04-12 23:24:28 +00:00

11 lines
145 B
Plaintext

post_install() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}