From 341ad69f0e18d6da4bba0a62a09d8b36b79bf6c9 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 8 Apr 2021 10:15:27 +0000 Subject: [PATCH] core156: Ship the entire web user interface and remove old themes Signed-off-by: Michael Tremer --- config/rootfiles/core/156/filelists/files | 10 ---------- config/rootfiles/core/156/filelists/web-user-interface | 1 + config/rootfiles/core/156/update.sh | 8 ++++++-- 3 files changed, 7 insertions(+), 12 deletions(-) create mode 120000 config/rootfiles/core/156/filelists/web-user-interface diff --git a/config/rootfiles/core/156/filelists/files b/config/rootfiles/core/156/filelists/files index 68a41b2cde..a40d841cfa 100644 --- a/config/rootfiles/core/156/filelists/files +++ b/config/rootfiles/core/156/filelists/files @@ -1,15 +1,5 @@ etc/rc.d/init.d/suricata etc/sysctl.conf -srv/web/ipfire/cgi-bin/entropy.cgi -srv/web/ipfire/cgi-bin/firewall.cgi -srv/web/ipfire/cgi-bin/getrrdimage.cgi -srv/web/ipfire/cgi-bin/logs.cgi/ids.dat -srv/web/ipfire/cgi-bin/logs.cgi/showrequestfromcountry.dat -srv/web/ipfire/cgi-bin/netovpnsrv.cgi -srv/web/ipfire/cgi-bin/zoneconf.cgi -srv/web/ipfire/html/include/rrdimage.js -srv/web/ipfire/html/themes/ipfire/include/css/style.css -srv/web/ipfire/html/themes/ipfire/include/functions.pl var/ipfire/graphs.pl var/ipfire/header.pl var/ipfire/network-functions.pl diff --git a/config/rootfiles/core/156/filelists/web-user-interface b/config/rootfiles/core/156/filelists/web-user-interface new file mode 120000 index 0000000000..70c74b4382 --- /dev/null +++ b/config/rootfiles/core/156/filelists/web-user-interface @@ -0,0 +1 @@ +../../../common/web-user-interface \ No newline at end of file diff --git a/config/rootfiles/core/156/update.sh b/config/rootfiles/core/156/update.sh index d078c01cd1..3f3634335f 100644 --- a/config/rootfiles/core/156/update.sh +++ b/config/rootfiles/core/156/update.sh @@ -46,8 +46,12 @@ extract_files # update linker config ldconfig -# Remove old perl modules -rm -rfv /usr/lib/perl5/5.30.0 +# Remove old perl modules & webUI themes +rm -rfv \ + /usr/lib/perl5/5.30.0 \ + /srv/web/ipfire/html/themes/darkdos \ + /srv/web/ipfire/html/themes/ipfire-legacy \ + /srv/web/ipfire/html/themes/maniac # Update Language cache /usr/local/bin/update-lang-cache -- 2.39.2