]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - config/rootfiles/core/37/update.sh
mISDN-hfcusb bchannel endpoint patch.
[people/pmueller/ipfire-2.x.git] / config / rootfiles / core / 37 / update.sh
index 7ea483f923a5e33459e0313e557b64a98740996b..e78621e34354250b8254e8d6aae27c859b151da9 100644 (file)
@@ -32,14 +32,18 @@ extract_files
 #
 #Start services
 
 #
 #Start services
 
+#
+#Delete sensors config to force new scan
+rm -f /etc/sysconfig/lm_sensors
+
 #
 #Update Language cache
 perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang"
 
 #
 #Run depmod to rebuld module informations
 #
 #Update Language cache
 perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang"
 
 #
 #Run depmod to rebuld module informations
-#depmod 2.6.27.42-ipfire
-#depmod 2.6.27.42-ipfire-xen
+depmod 2.6.27.42-ipfire
+depmod 2.6.27.42-ipfire-xen
 #Finish
 #Don't report the exitcode last command
 exit 0
 #Finish
 #Don't report the exitcode last command
 exit 0