mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/lxdm: Included post-install setup notes
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
deb523d493
commit
124f1a8e94
3 changed files with 11 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
LXDM - GUI login manager for LXDE
|
LXDM - GUI login manager for LXDE
|
||||||
|
|
||||||
LXDM is a lightweight drop-in replacement for GDM or KDM.
|
LXDM is a lightweight drop-in replacement for GDM or KDM.
|
||||||
|
|
||||||
|
See README.SLACKWARE for post-installation configuration.
|
||||||
|
|
8
system/lxdm/README.SLACKWARE
Normal file
8
system/lxdm/README.SLACKWARE
Normal 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
|
||||||
|
|
|
@ -112,6 +112,7 @@ cp -a \
|
||||||
AUTHORS COPYING ChangeLog INSTALL NEWS README TODO \
|
AUTHORS COPYING ChangeLog INSTALL NEWS README TODO \
|
||||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
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
|
mkdir -p $PKG/install
|
||||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||||
|
|
Loading…
Reference in a new issue