From 9cf6552c71d13a18aa93e99a7624fbc2ed4f3873 Mon Sep 17 00:00:00 2001 From: arcan1s Date: Wed, 27 Aug 2014 18:20:12 +0400 Subject: [PATCH] update install files --- arch/libnetctlgui.install | 2 +- arch/netctlgui-helper.install | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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() {