From b6bfdcc2cd5847b3d2abf1e7b2ff9856d6c094cd Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 20 May 2021 09:41:39 +0000 Subject: [PATCH] core158: Uninstall libupnp Signed-off-by: Michael Tremer --- config/rootfiles/core/158/update.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/rootfiles/core/158/update.sh b/config/rootfiles/core/158/update.sh index 236322def3..f302c8fbc6 100644 --- a/config/rootfiles/core/158/update.sh +++ b/config/rootfiles/core/158/update.sh @@ -34,7 +34,10 @@ done # Remove files rm -vrf \ /etc/rc.d/init.d/networking/red.down/10-miniupnpd \ - /etc/rc.d/init.d/networking/red.up/10-miniupnpd + /etc/rc.d/init.d/networking/red.up/10-miniupnpd \ + /usr/lib/libixml.so.* \ + /usr/lib/libupnp.so.* \ + /var/ipfire/upnp # Stop services -- 2.39.5