diff --git a/system/base/baselayout/actions.py b/system/base/baselayout/actions.py index 9e270954..92d58b33 100644 --- a/system/base/baselayout/actions.py +++ b/system/base/baselayout/actions.py @@ -40,3 +40,6 @@ def install(): pisitools.dosym("lib", "/lib64") pisitools.dosym("pisilinux-release", "/etc/system-release") + + #File conflicts: + pisitools.removeDir("/usr/share/man/man4")