From 90dddf47b0fd22e2793df6711e7eefac4252ba08 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 02 Sep 2014 10:04:37 -0400 Subject: cmd/install: Remove .prokit directory when done --- (limited to 'lib') diff --git a/lib/cmd/install.sh b/lib/cmd/install.sh index 3d40515..74242cc 100644 --- a/lib/cmd/install.sh +++ b/lib/cmd/install.sh @@ -301,5 +301,8 @@ cmd_install_get_pkgs() rm -f "${chroot}/${fname}" done + rm "${chroot}/.prokit/packages" + rmdir "${chroot}/.prokit" + fclose ${status_fd} } -- cgit v0.9.1