pamac.install 353 B

12345678
  1. post_install() {
  2. printf '==> An authentication agent is required\n'
  3. printf ' Cinnamon, Deepin, GNOME, GNOME Flashback, KDE, LXDE, LXQt, MATE and Xfce\n'
  4. printf ' have an authentication agent already.\n'
  5. printf ' See https://wiki.archlinux.org/index.php/Polkit#Authentication_agents\n'
  6. printf ' for other desktop environments.\n'
  7. }