system/lxdm: Included post-install setup notes
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
deb523d493
commit
124f1a8e94
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue