mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-06 10:25:52 +00:00
edit supported information
update desktop panel to tag changes
This commit is contained in:
18
kdeplasma-applets-awesome-widgets.install
Normal file
18
kdeplasma-applets-awesome-widgets.install
Normal 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
|
||||
}
|
Reference in New Issue
Block a user