lightdm: switch to INSTALL.msg.

This commit is contained in:
Juan RP 2014-09-16 09:38:15 +02:00
parent 8e25254549
commit ed628473d3
2 changed files with 1 additions and 11 deletions

View file

@ -1,17 +1,7 @@
case ${ACTION} in
post)
# polkit rules must be owned by the polkit user
chown -R polkitd:polkitd usr/share/polkit-1/rules.d
cat <<_EOF
==========================================================================
To make lightdm work a greeter package must be installed:
lightdm-gtk-greeter: for a GTK+ greeter
lightdm-gtk3-greeter: for a GTK+3 greeter
To start lightdm: 'systemctl start lightdm.service'.
==========================================================================
_EOF
;;
esac

View file

@ -1,7 +1,7 @@
# Template file for 'lightdm'
pkgname=lightdm
version=1.10.1
revision=3
revision=4
build_style=gnu-configure
configure_args="--with-greeter-session=lightdm-gtk-greeter
--with-greeter-user=lightdm --disable-static --disable-tests"