update netctl-gui

This commit is contained in:
arcan1s
2014-08-25 16:18:45 +04:00
parent 06959193cb
commit 37d42fcb63
5 changed files with 110 additions and 32 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"
}