From: Michael Tremer Date: Wed, 14 May 2014 18:31:12 +0000 (+0200) Subject: core78: Don't remove the ipfire theme. X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=commitdiff_plain;h=28f44b83c32f72074bc75817698a2958119020bd;hp=172c1f72c4034419063589ab83fa95df5e48ef70 core78: Don't remove the ipfire theme. --- diff --git a/config/rootfiles/core/78/update.sh b/config/rootfiles/core/78/update.sh index 0d5976111..cb9af9f24 100644 --- a/config/rootfiles/core/78/update.sh +++ b/config/rootfiles/core/78/update.sh @@ -135,9 +135,6 @@ esac /etc/init.d/ipsec stop /etc/init.d/apache stop -# Remove the old default theme -rm -rf /srv/web/ipfire/html/themes/ipfire - # rename /etc/modprobe.d files for i in $(find /etc/modprobe.d/* | grep -v ".conf"); do mv $i $i.conf