Nuke /usr/local/sbin/php if it exists on upgrade

This commit is contained in:
Scott Ullrich 2007-12-24 01:59:37 +00:00
parent 995c37cb73
commit 74966fc86a
1 changed files with 4 additions and 0 deletions

View File

@ -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