rename package to *-git

This commit is contained in:
arcan1s
2015-05-22 00:53:18 +03:00
parent a098c9d2c4
commit fba0a91eb9
3 changed files with 2 additions and 43 deletions

View File

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