summaryrefslogtreecommitdiffstats
path: root/x11/lightdm/INSTALL
blob: 4c8ba7dad9b99ee384fddf9bd7ccaa70cd6771ce (plain) (blame)
1
2
3
4
5
default_install &&
PAM_DIR="${INSTALL_ROOT}/etc/pam.d" &&
if [ ! -e "${PAM_DIR}/lightdm" ]; then
  install "${SCRIPT_DIRECTORY}/lightdm" "${PAM_DIR}/"
fi