diff options
Diffstat (limited to 'make_slackware_live.sh')
-rwxr-xr-x | make_slackware_live.sh | 2 |
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 |