mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-19 15:32:59 +02:00
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:
@@ -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
|
||||
|
||||
1
config/rootfiles/core/156/filelists/web-user-interface
Symbolic link
1
config/rootfiles/core/156/filelists/web-user-interface
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/web-user-interface
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user