system/lxdm: Included post-install setup notes

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Robby Workman 2010-09-06 23:38:00 -05:00
parent deb523d493
commit 124f1a8e94
3 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,5 @@
LXDM - GUI login manager for LXDE
LXDM is a lightweight drop-in replacement for GDM or KDM.
See README.SLACKWARE for post-installation configuration.

View File

@ -0,0 +1,8 @@
After installing lxdm, you'll need to add the following snippet to
/etc/rc.d/rc.4 _at_the_top_ above the gdm lines:
# Regardless of the comments below, let's check for lxdm first:
if [ -x /usr/sbin/lxdm ]; then
exec /usr/sbin/lxdm
fi

View File

@ -112,6 +112,7 @@ cp -a \
AUTHORS COPYING ChangeLog INSTALL NEWS README TODO \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
cat $CWD/README.SLACKWARE > $PKG/usr/doc/$PRGNAM-$VERSION/README.SLACKWARE
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc