fi
if [ -z "$1" ]; then
set all
fi while [ $# -gt 0 ]; do runpart $1 shift done
for i in $install_after; do
post_add $i
done
cleanup