summaryrefslogtreecommitdiffstats
path: root/make_slackware_live.sh
diff options
context:
space:
mode:
Diffstat (limited to 'make_slackware_live.sh')
-rwxr-xr-xmake_slackware_live.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make_slackware_live.sh b/make_slackware_live.sh
index c6efe37..4bd0559 100755
--- a/make_slackware_live.sh
+++ b/make_slackware_live.sh
@@ -485,7 +485,7 @@ function install_pkgs() {
# Move cups documentation back in place:
mv "${2}"/usr/cups-* "${2}"/usr/doc/ 2>/dev/null
fi
- if [ "$TRIM" = "mandoc" ]; then
+ if [ "$TRIM" = "mandoc" -o "$LIVEDE" = "XFCE" ]; then
# Also remove man pages:
rm -rf "$2"/usr/man
fi