blob: 9d42a4c646176b6ca895fe1d1ff0081c6ec12916 (
plain)
1
2
3
4
5
6
7
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
}
|