mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2026-05-30 03:56:15 +00:00
edit supported information
update desktop panel to tag changes
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user