From 9a1be5accc1700d1fb2f455e27c262bb7e448755 Mon Sep 17 00:00:00 2001 From: Rmys Date: Sat, 11 Apr 2020 13:26:34 +0300 Subject: [PATCH] baselayout File conflicts: man4 --- system/base/baselayout/actions.py | 3 +++ 1 file changed, 3 insertions(+) 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")