]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - config/rootfiles/core/115/update.sh
core115: Add missing parameter to actually generate new certificates
[ipfire-2.x.git] / config / rootfiles / core / 115 / update.sh
index 941f8df875a9934c28d41af97018540387177be1..20f870d6017467baf961aefda2706c097924b565 100644 (file)
@@ -50,7 +50,7 @@ ldconfig
 /usr/local/bin/update-lang-cache
 
 # generate ECDSA key on existing installations to prevent Apache from crashing
-/usr/local/bin/httpscert
+/usr/local/bin/httpscert new
 
 # Start services
 /etc/rc.d/init.d/apache2 restart
@@ -75,6 +75,10 @@ if grep -q "ENABLED=on" /var/ipfire/vpn/settings; then
        /etc/init.d/ipsec restart
 fi
 
+# Let pakfire forget the perl-PDF-API2 package
+rm -fv /opt/pakfire/db/rootfiles/perl-PDF-API2
+rm -fv /opt/pakfire/db/*/meta-perl-PDF-API2
+
 # This update need a reboot...
 #touch /var/run/need_reboot