From c309bdcf3d0c983d2c4a169ea65ce7ef749eba80 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Sun, 2 Oct 2022 09:43:47 +0000 Subject: [PATCH] Avoid manpages from being shipped and delete them on existing installations MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- config/rootfiles/common/iptables | 4 ++-- config/rootfiles/common/perl | 2 +- config/rootfiles/common/perl-Sort-Naturally | 2 +- config/rootfiles/core/171/update.sh | 1 + 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/config/rootfiles/common/iptables b/config/rootfiles/common/iptables index ba1621324d..d7d87bee73 100644 --- a/config/rootfiles/common/iptables +++ b/config/rootfiles/common/iptables @@ -166,11 +166,11 @@ sbin/xtables-legacy-multi #usr/share/man/man3/ipq_set_mode.3 #usr/share/man/man3/ipq_set_verdict.3 #usr/share/man/man3/libipq.3 -usr/share/man/man8/ip6tables-apply.8 +#usr/share/man/man8/ip6tables-apply.8 #usr/share/man/man8/ip6tables-restore.8 #usr/share/man/man8/ip6tables-save.8 #usr/share/man/man8/ip6tables.8 -usr/share/man/man8/iptables-apply.8 +#usr/share/man/man8/iptables-apply.8 #usr/share/man/man8/iptables-extensions.8 #usr/share/man/man8/iptables-restore.8 #usr/share/man/man8/iptables-save.8 diff --git a/config/rootfiles/common/perl b/config/rootfiles/common/perl index 0ba876a6a4..fb360c8747 100644 --- a/config/rootfiles/common/perl +++ b/config/rootfiles/common/perl @@ -2549,7 +2549,7 @@ usr/lib/perl5/5.36.0/xxxMACHINExxx-linux-thread-multi/threads/shared.pm #usr/share/man/man3/Pod::Simple::DumpAsXML.3 #usr/share/man/man3/Pod::Simple::HTML.3 #usr/share/man/man3/Pod::Simple::HTMLBatch.3 -usr/share/man/man3/Pod::Simple::JustPod.3 +#usr/share/man/man3/Pod::Simple::JustPod.3 #usr/share/man/man3/Pod::Simple::LinkSection.3 #usr/share/man/man3/Pod::Simple::Methody.3 #usr/share/man/man3/Pod::Simple::PullParser.3 diff --git a/config/rootfiles/common/perl-Sort-Naturally b/config/rootfiles/common/perl-Sort-Naturally index 64feb6b33d..faac8b5448 100644 --- a/config/rootfiles/common/perl-Sort-Naturally +++ b/config/rootfiles/common/perl-Sort-Naturally @@ -3,4 +3,4 @@ usr/lib/perl5/site_perl/5.36.0/Sort/Naturally.pm #usr/lib/perl5/site_perl/5.36.0/xxxMACHINExxx-linux-thread-multi/auto/Sort #usr/lib/perl5/site_perl/5.36.0/xxxMACHINExxx-linux-thread-multi/auto/Sort/Naturally #usr/lib/perl5/site_perl/5.36.0/xxxMACHINExxx-linux-thread-multi/auto/Sort/Naturally/.packlist -usr/share/man/man3/Sort::Naturally.3 +#usr/share/man/man3/Sort::Naturally.3 diff --git a/config/rootfiles/core/171/update.sh b/config/rootfiles/core/171/update.sh index a8172a9298..e2fd36f23b 100644 --- a/config/rootfiles/core/171/update.sh +++ b/config/rootfiles/core/171/update.sh @@ -201,6 +201,7 @@ rm -rvf \ /usr/lib/libunbound.so.8.1.18 \ /usr/lib/perl5/5.32* \ /usr/lib/perl5/site_perl/5.32* \ + /usr/share/man/* \ /usr/share/usb_modeswitch/1004:61aa \ /usr/share/usb_modeswitch/12d1:\#android \ /usr/share/usb_modeswitch/12d1:\#linux \ -- 2.39.5