summarylogtreecommitdiffstats
path: root/pamac.install
diff options
context:
space:
mode:
Diffstat (limited to 'pamac.install')
-rw-r--r--pamac.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/pamac.install b/pamac.install
new file mode 100644
index 000000000000..471206c11b1a
--- /dev/null
+++ b/pamac.install
@@ -0,0 +1,7 @@
+post_install() {
+ printf '==> An authentication agent is required\n'
+ printf ' Cinnamon, Deepin, GNOME, GNOME Flashback, KDE, LXDE, LXQt, MATE and Xfce\n'
+ printf ' have an authentication agent already.\n'
+ printf ' See https://wiki.archlinux.org/index.php/Polkit#Authentication_agents\n'
+ printf ' for other desktop environments.\n'
+}