diff -r d29026900856 -r 4c4955871c21 main.c --- a/main.c Mon Apr 07 00:35:27 2008 -0400 +++ b/main.c Mon Apr 07 01:06:09 2008 -0400 @@ -578,6 +578,8 @@ razor_set_diff(system, next, download_package, curl); curl_easy_cleanup(curl); + /* FIXME: We need to figure out the right install order here, + * so the post and pre scripts can run. */ razor_set_diff(system, next, install_package, (void *) root); razor_set_destroy(next);