update docs

change building
This commit is contained in:
arcan1s
2014-08-20 21:16:31 +04:00
parent e9090ab4a9
commit 0a16364a7a
12 changed files with 110 additions and 91 deletions

11
arch/libnetctlgui.install Normal file
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"
}