Skip to content

Commit

Permalink
also delete the binaries in /usr/local/php5
Browse files Browse the repository at this point in the history
Conflicts:
	deletePeclSources.sh
  • Loading branch information
chregu committed Jan 27, 2013
1 parent dfa7e3e commit d1a2126
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion deletePeclSources.sh
@@ -1,4 +1,4 @@
for i in `find src -name config.nice -maxdepth 4`
for i in `find src -name config.nice -maxdepth 4`
do
echo `dirname $i`
rm -rf `dirname $i`
Expand All @@ -16,3 +16,9 @@ do
echo $i
rm -rf $i
done

rm ~/.pearrc

rm /usr/local/php5/libphp5.so
rm -rf /usr/local/php5/lib/php

0 comments on commit d1a2126

Please sign in to comment.