mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-14 14:25:50 +00:00
update install scripts
This commit is contained in:
@ -1,18 +1,11 @@
|
||||
func_update() {
|
||||
cat << EOF
|
||||
Update plasmoids...
|
||||
EOF
|
||||
post_install() {
|
||||
kbuildsycoca4 > /dev/null 2>&1
|
||||
}
|
||||
|
||||
post_install() {
|
||||
func_update
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
func_update
|
||||
post_install "$1"
|
||||
}
|
||||
|
||||
post_remove() {
|
||||
func_update
|
||||
post_install "$1"
|
||||
}
|
||||
|
Reference in New Issue
Block a user