summarylogtreecommitdiffstats
path: root/lua-pam-git.install
blob: 995c2310a53a3bd6d4298be2aa88e6462d90f642 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
msg () {
    echo "This package installed a file named liblua_pam.so into /usr/lib/lua-pam/."
    echo "Depending on your needs, you can copy it, add a symbolic link to it, etc."
}

post_install () {
    msg
}

post_upgrade () {
    msg
}