mirror of
https://github.com/arcan1s/pkgbuild.git
synced 2026-05-22 15:06:14 +00:00
update netctl-gui
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
post_install() {
|
||||
xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_install "$1"
|
||||
}
|
||||
|
||||
post_remove() {
|
||||
post_install "$1"
|
||||
}
|
||||
Reference in New Issue
Block a user