awesome-widgets/kdeplasma-applets-awesome-widgets.install
arcan1s 54174974b1 edit supported information
update desktop panel to tag changes
2014-09-02 03:29:17 +04:00

19 lines
189 B
Plaintext

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