core156: Ship the entire web user interface and remove old themes

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2021-04-08 10:15:27 +00:00
parent 71ae8d5a0d
commit 341ad69f0e
3 changed files with 7 additions and 12 deletions

View File

@@ -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

View File

@@ -0,0 +1 @@
../../../common/web-user-interface

View File

@@ -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