awesome-widgets/kdeplasma-applets-awesome-widgets.install
2014-10-01 02:33:10 +04:00

12 lines
131 B
Plaintext

post_install() {
kbuildsycoca4 > /dev/null 2>&1
}
post_upgrade() {
post_install "$1"
}
post_remove() {
post_install "$1"
}