mirror of
https://github.com/arcan1s/pkgbuild.git
synced 2025-07-06 10:25:48 +00:00
update netctl-gui
This commit is contained in:
14
netctl-gui/kdeplasma-applets-netctl-gui.install
Normal file
14
netctl-gui/kdeplasma-applets-netctl-gui.install
Normal file
@ -0,0 +1,14 @@
|
||||
post_install() {
|
||||
cat << EOF
|
||||
Update plasmoids...
|
||||
EOF
|
||||
kbuildsycoca4 > /dev/null 2>&1
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_install "$1"
|
||||
}
|
||||
|
||||
post_remove() {
|
||||
post_install "$1"
|
||||
}
|
Reference in New Issue
Block a user