summarylogtreecommitdiffstats
path: root/consolekit.install
blob: 5a416b825761e0b45309bd99ce052f28c51d0667 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

post_install() {
    echo " You may add"
    echo " -session   optional   pam_ck_connector.so  nox11"
    echo " to /etc/pam.d/system-login"
    echo " to register tty sessions with ConsoleKit daemon."
}

post_upgrade() {
    post_install
}