diff options
Diffstat (limited to 'community/polkit-gnome/polkit-gnome.install')
-rw-r--r-- | community/polkit-gnome/polkit-gnome.install | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/community/polkit-gnome/polkit-gnome.install b/community/polkit-gnome/polkit-gnome.install new file mode 100644 index 000000000..9d42a4c64 --- /dev/null +++ b/community/polkit-gnome/polkit-gnome.install @@ -0,0 +1,8 @@ +post_upgrade() { + if [ "$(vercmp 0.105-2 "$2")" -eq 1 ]; then + printf '==> The agent is no longer autostarted by default except in GNOME Flashback.\n' + printf ' For Xfce, LXDE etc., "lxpolkit" is the suggested lightweight alternative.\n' + printf ' See https://wiki.archlinux.org/index.php/Polkit#Authentication_agents for\n' + printf ' more details.\n' + fi +} |