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

12
arch/netctl-gui.install Normal file
View File

@ -0,0 +1,12 @@
post_install() {
xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
update-desktop-database -q
}
post_upgrade() {
post_install "$1"
}
post_remove() {
post_install "$1"
}