summarylogtreecommitdiffstats
path: root/consolekit.install
blob: 1d8daab651d9d12560394ff2d9abe2d3e2574854 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/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
}

# vim:set ts=4 sts=4 sw=4 et: