summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtmp/post_upgrade_command4
1 files changed, 4 insertions, 0 deletions
diff --git a/tmp/post_upgrade_command b/tmp/post_upgrade_command
index 896f16d..163340d 100755
--- a/tmp/post_upgrade_command
+++ b/tmp/post_upgrade_command
@@ -37,3 +37,7 @@ PFSENSETYPE=`cat /etc/platform`
if [ $PFSENSETYPE = "embedded" ]; then
cp /etc/ttys_wrap /etc/ttys
fi
+
+if [ -f /usr/local/sbin/php ]; then
+ rm /usr/local/sbin/php
+fi
OpenPOWER on IntegriCloud