From: Michael Tremer Date: Wed, 14 May 2014 18:31:12 +0000 (+0200) Subject: core78: Don't remove the ipfire theme. X-Git-Tag: v2.15-core79~83 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=28f44b83c32f72074bc75817698a2958119020bd;p=people%2Fpmueller%2Fipfire-2.x.git core78: Don't remove the ipfire theme. --- diff --git a/config/rootfiles/core/78/update.sh b/config/rootfiles/core/78/update.sh index 0d59761114..cb9af9f242 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