update netctl-gui

This commit is contained in:
arcan1s
2014-08-25 16:18:45 +04:00
parent 06959193cb
commit 37d42fcb63
5 changed files with 110 additions and 32 deletions

View File

@ -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"
}