summaryrefslogtreecommitdiff
path: root/pcr/elogind/elogind.install
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2016-04-14 19:40:05 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2016-04-14 19:40:05 -0500
commit8999bff3b05d5f35a04260aab2d6d96806eeb91b (patch)
treef7ec97f6936cf3b239c3ac0dddf05872b83a9d72 /pcr/elogind/elogind.install
parentcedc8d3fede348322dda00a21a3b02b625bbbf7e (diff)
elogind: add new package to [pcr]
Diffstat (limited to 'pcr/elogind/elogind.install')
-rw-r--r--pcr/elogind/elogind.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/pcr/elogind/elogind.install b/pcr/elogind/elogind.install
new file mode 100644
index 000000000..d5a5ec515
--- /dev/null
+++ b/pcr/elogind/elogind.install
@@ -0,0 +1,8 @@
+post_install() {
+ echo "Add to /etc/pam.d/sddm-greeter"
+ echo "session optional pam_elogind.so"
+}
+
+post_upgrade() {
+ post_install $1
+}