]> gitweb.fluxo.info Git - hydra.git/commitdiff
Removing old php config on system-upgrade
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 15 Feb 2013 16:20:26 +0000 (14:20 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 15 Feb 2013 16:20:26 +0000 (14:20 -0200)
share/hydractl/system-upgrade

index 1878fed3fae12812fae9905f61411840bc244f2b..e7b6703033b8ecf4b379e8d2717e20becc695078 100755 (executable)
@@ -67,7 +67,11 @@ apt-get autoremove
 
 # Custom procedures
 if [ "$nextrelease" == "wheezy" ]; then
+  # Old suhosin config
   rm -f /etc/php5/conf.d/suhosin.ini
+
+  # This has to be manually installed again
+  rm -f /etc/php5/cli/conf.d/uploadprogress.ini
 fi
 
 # Enable puppet again