update supporting files

This commit is contained in:
arcan1s
2015-02-11 07:38:30 +03:00
parent 061244b1d0
commit 4dbf5150fc
8 changed files with 76 additions and 29 deletions

View File

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