Delete the uninstaller after we run it. We don't want to find it laying around next time.

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@8687 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Todd Naugle 2011-02-03 14:01:55 +00:00
parent e7032972a2
commit d949d17f8c

View file

@ -256,6 +256,7 @@ then
echo "Running uninstaller $i"
${i}
sudo rm -rf ${i}
fi
done
fi