From 76c44efdc5fe002e39aaf27ad4cd94f2bc154bda Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 23 Jan 2016 17:10:29 -0500 Subject: Always use rm's -f option --- (limited to 'src/install.sh') 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} -- cgit v0.9.1