mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-04-24 15:37:23 +00:00
15 lines
168 B
Plaintext
15 lines
168 B
Plaintext
post_install() {
|
|
cat << EOF
|
|
Update plasmoids...
|
|
EOF
|
|
kbuildsycoca4 > /dev/null 2>&1
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install "$1"
|
|
}
|
|
|
|
post_remove() {
|
|
post_install "$1"
|
|
}
|