From 998bc8a5e813daec077b6d6974623bf8dd961383 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 24 Dec 2007 01:59:49 +0000 Subject: Nuke /usr/local/sbin/php if it exists on upgrade --- tmp/post_upgrade_command | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tmp/post_upgrade_command b/tmp/post_upgrade_command index bad4ce7..dfce601 100755 --- a/tmp/post_upgrade_command +++ b/tmp/post_upgrade_command @@ -36,4 +36,9 @@ rm -rf /usr/local/sbin/cvs_sync.sh PFSENSETYPE=`cat /etc/platform` if [ $PFSENSETYPE = "embedded" ]; then cp /etc/ttys_wrap /etc/ttys -fi \ No newline at end of file +fi + +if [ -f /usr/local/sbin/php ]; then + rm /usr/local/sbin/php +fi + -- cgit v1.1