summaryrefslogtreecommitdiff
path: root/community/polkit-gnome/polkit-gnome.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-09-03 01:52:27 -0700
committerroot <root@rshg054.dnsready.net>2013-09-03 01:52:27 -0700
commit3aa73e2018f321c9ccff8eca801b1c2fa9f18fa8 (patch)
tree961d6e0475cac3875e6a31b558861367da0c93d8 /community/polkit-gnome/polkit-gnome.install
parent53939c2b159d972c48fc2f3652408632c71be77b (diff)
Tue Sep 3 01:50:53 PDT 2013
Diffstat (limited to 'community/polkit-gnome/polkit-gnome.install')
-rw-r--r--community/polkit-gnome/polkit-gnome.install8
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
+}