netctl-gui/arch/kdeplasma-applets-netctl-gui.install
arcan1s 0a16364a7a update docs
change building
2014-08-20 21:16:31 +04:00

15 lines
168 B
Plaintext

post_install() {
cat << EOF
Update plasmoids...
EOF
kbuildsycoca4 > /dev/null 2>&1
}
post_upgrade() {
post_install "$1"
}
post_remove() {
post_install "$1"
}