add rpm recipe

This commit is contained in:
arcan1s
2015-08-16 02:38:24 +03:00
parent 3601b4246d
commit 4858c9dbcd
8 changed files with 31 additions and 0 deletions

View File

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