commit 03073b8d2cf74a1eefddb51446bea1e730c5aefe
parent 0260a91f78bf647fe75152dcea93bcb7758e7186
Author: Dylan Araps <dylan.araps@gmail.com>
Date: Tue, 20 Aug 2019 10:35:46 +0000
kiss: clean up
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/kiss b/kiss
@@ -798,6 +798,7 @@ pkg_install() {
[ -f "$cac_dir/m-$pkg_name" ] && {
awk 'NR==FNR{lines[$0];next}!($0 in lines)' \
"$KISS_ROOT/$pkg_db/$pkg_name/manifest" "$cac_dir/m-$pkg_name" |
+
while read -r file; do
# Skip deleting some leftover files.
[ -f "$KISS_ROOT/$file" ] && [ ! -L "$KISS_ROOT/$file" ] &&