summarylogtreecommitdiffstats
path: root/pamac.install
diff options
context:
space:
mode:
authorFrederic Bezies2017-09-09 12:09:06 +0200
committerFrederic Bezies2017-09-09 12:09:06 +0200
commit5f28c1a31487335b93c46e0bb0641ee2fca5bb89 (patch)
tree3a71a4b6574cfaf1736aa1f7b2dd1944f36bdf75 /pamac.install
downloadaur-5f28c1a31487335b93c46e0bb0641ee2fca5bb89.tar.gz
initial AUR import
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'
+}