update docs

change building
This commit is contained in:
arcan1s
2014-08-20 21:16:31 +04:00
parent e9090ab4a9
commit 0a16364a7a
12 changed files with 110 additions and 91 deletions

View File

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