diff --git a/arch/libnetctlgui.install b/arch/libnetctlgui.install index 1c08bca..d36adac 100644 --- a/arch/libnetctlgui.install +++ b/arch/libnetctlgui.install @@ -1,5 +1,5 @@ post_install() { - xdg-icon-resource forceupdate --theme hicolor 2> /dev/null + true } post_upgrade() { diff --git a/arch/netctlgui-helper.install b/arch/netctlgui-helper.install index 655fa6a..d26512a 100644 --- a/arch/netctlgui-helper.install +++ b/arch/netctlgui-helper.install @@ -1,5 +1,9 @@ post_install() { setcap cap_setuid=ep usr/bin/netctlgui-helper 2>/dev/null || chmod +s usr/bin/ping + cat << EOF +Note: users should be in network group if you want to get them access to the system bus +See http://arcanis.name/devs/netctl-gui-security-notes.html#helper +EOF } post_upgrade() {