- fix typo in error message. Closes #1308

This commit is contained in:
Bernhard Reutner-Fischer 2007-06-05 17:07:01 +00:00
parent 746204b1b8
commit fa5f20755c

View File

@ -1550,7 +1550,7 @@ static void configure_package(deb_file_t *deb_file)
/* Run the postinst script */
if (run_package_script(package_name, "postinst") != 0) {
/* TODO: handle failure gracefully */
bb_error_msg_and_die("postrm failure.. set status to what?");
bb_error_msg_and_die("postinst failure.. set status to what?");
}
/* Change status to reflect success */
set_status(status_num, "install", 1);