From 8a39dd30e3d7f8386d15db6960926d75148610be Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 5 Jan 2014 19:38:14 +0100 Subject: [PATCH] fifteen: Add all updated themes and CGI files to the updater. --- config/rootfiles/core/fifteen/filelists/files | 6 ++++-- config/rootfiles/core/fifteen/update.sh | 3 +++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/config/rootfiles/core/fifteen/filelists/files b/config/rootfiles/core/fifteen/filelists/files index 345521b16e..0f3a7e9c2e 100644 --- a/config/rootfiles/core/fifteen/filelists/files +++ b/config/rootfiles/core/fifteen/filelists/files @@ -2,6 +2,7 @@ etc/system-release etc/issue etc/rc.d/init.d/network srv/web/ipfire/cgi-bin/credits.cgi +srv/web/ipfire/cgi-bin/gui.cgi srv/web/ipfire/cgi-bin/index.cgi srv/web/ipfire/cgi-bin/netinternal.cgi srv/web/ipfire/cgi-bin/ovpnmain.cgi @@ -11,8 +12,9 @@ srv/web/ipfire/cgi-bin/speed.cgi srv/web/ipfire/cgi-bin/urlfilter.cgi srv/web/ipfire/cgi-bin/vpnmain.cgi srv/web/ipfire/html/themes/darkdos -srv/web/ipfire/html/themes/ipfire/include/functions.pl -srv/web/ipfire/html/themes/maniac/include/functions.pl +srv/web/ipfire/html/themes/ipfire +srv/web/ipfire/html/themes/ipfire-legacy +srv/web/ipfire/html/themes/maniac var/ipfire/backup/bin/backup.pl var/ipfire/backup/exclude var/ipfire/backup/include diff --git a/config/rootfiles/core/fifteen/update.sh b/config/rootfiles/core/fifteen/update.sh index d2f2fc2680..4a5697214c 100644 --- a/config/rootfiles/core/fifteen/update.sh +++ b/config/rootfiles/core/fifteen/update.sh @@ -32,6 +32,9 @@ do rm -f /var/cache/pakfire/core-upgrade-*-$i.ipfire done +# Remove the old default theme +rm -rf /srv/web/ipfire/html/themes/ipfire + # Stop services -- 2.39.2