edit supported information

update desktop panel to tag changes
This commit is contained in:
arcan1s
2014-09-02 03:29:17 +04:00
parent fd81fda9a1
commit 54174974b1
8 changed files with 153 additions and 155 deletions

View File

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