projects
/
people
/
teissler
/
ipfire-2.x.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
core78: Don't remove the ipfire theme.
[people/teissler/ipfire-2.x.git]
/
config
/
rootfiles
/
core
/
78
/
update.sh
diff --git
a/config/rootfiles/core/78/update.sh
b/config/rootfiles/core/78/update.sh
index
0d59761
..
cb9af9f
100644
(file)
--- 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