release 1.0.0

This commit is contained in:
arcan1s
2014-03-25 11:00:50 +04:00
parent 80e4b3e3d3
commit 6132de0951
15 changed files with 757 additions and 45 deletions

View File

@ -1,6 +1,11 @@
post_install() {
xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
update-desktop-database -q
cat << EOF
Not to enter a root password you may add following lines to /etc/sudoers:
USERNAME ALL=NOPASSWD: /usr/bin/netctl-gui-netctl
USERNAME ALL=NOPASSWD: /usr/bin/netctl-gui-wpa_supplicant
EOF
}
post_upgrade() {