This commit is contained in:
arcan1s
2015-08-16 15:29:51 +03:00
parent 4300e1d18a
commit 000708b6a2
3 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,11 @@
post_install() {
kbuildsycoca4 > /dev/null 2>&1
}
post_upgrade() {
post_install "$1"
}
post_remove() {
post_install "$1"
}