update install scripts

This commit is contained in:
arcan1s
2014-09-07 19:40:12 +04:00
parent 554354ce36
commit 97fbb4acc1
6 changed files with 14 additions and 15 deletions

View File

@ -1,18 +1,11 @@
func_update() {
cat << EOF
Update plasmoids...
EOF
post_install() {
kbuildsycoca4 > /dev/null 2>&1
}
post_install() {
func_update
}
post_upgrade() {
func_update
post_install "$1"
}
post_remove() {
func_update
post_install "$1"
}