diff options
Diffstat (limited to 'src/install.sh')
-rw-r--r-- | src/install.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/install.sh b/src/install.sh index a42b69e..693c311 100644 --- a/src/install.sh +++ b/src/install.sh @@ -80,7 +80,7 @@ install_system() profile_configure_system_foreign "${root}" "${arch}" "${plat}" fi - rm "${root}/prokit/installing" + rm -f "${root}/prokit/installing" return 0 } @@ -295,7 +295,7 @@ install_get_pkgs() rm -f "${root}/${fname}" done - rm "${root}/.prokit/packages" + rm -f "${root}/.prokit/packages" rmdir "${root}/.prokit" fclose ${status_fd} |