Multistrap was leaving around /var/lib/dpkg/info/foo.control files from
every package.  I suspect that this wasn't intentional; this cleans up
the .control file after we're done reading it.  Tested w/ 2.1.16.

Signed-off-by: Andres Salomon <dilin...@queued.net>
---
 multistrap |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/multistrap b/multistrap
index a29798b..502b9e3 100755
--- a/multistrap
+++ b/multistrap
@@ -613,7 +613,7 @@ sub force_unpack {
                                print STATUS @avail;
                                print AVAIL "\n";
                                print STATUS "Status: install ok unpacked\n";
-                               unlink ("./${dpkgdir}info/$mscript");
+                               unlink 
("./${dpkgdir}info/$pkg${multi}.$mscript");
                        }
                }
                close (AVAIL);
-- 
1.7.2.5




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to