diff options
Diffstat (limited to 'share/hydractl')
-rwxr-xr-x | share/hydractl/system-upgrade | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/share/hydractl/system-upgrade b/share/hydractl/system-upgrade index 1878fed..e7b6703 100755 --- a/share/hydractl/system-upgrade +++ b/share/hydractl/system-upgrade @@ -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 |