summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2013-03-23 19:35:59 +0000
committerMike Frysinger <vapier@gentoo.org>2013-03-23 19:35:59 +0000
commit3c7653c69f046ef6a371368a5c55a1d721de5cff (patch)
tree5723c1d4635016cd87a6d9c9ad56a85609caaf5e /eclass/unpacker.eclass
parentremoving iwl{3945,4965}-ucode mask as packages have been removed (diff)
downloadgentoo-2-3c7653c69f046ef6a371368a5c55a1d721de5cff.tar.gz
gentoo-2-3c7653c69f046ef6a371368a5c55a1d721de5cff.tar.bz2
gentoo-2-3c7653c69f046ef6a371368a5c55a1d721de5cff.zip
unpack_deb: auto rm the unpacked debian internal archives #458658
Diffstat (limited to 'eclass/unpacker.eclass')
-rw-r--r--eclass/unpacker.eclass6
1 files changed, 5 insertions, 1 deletions
diff --git a/eclass/unpacker.eclass b/eclass/unpacker.eclass
index dcf026d7d9d8..4be87ce64d4d 100644
--- a/eclass/unpacker.eclass
+++ b/eclass/unpacker.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/unpacker.eclass,v 1.10 2012/08/22 01:41:12 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/unpacker.eclass,v 1.11 2013/03/23 19:35:59 vapier Exp $
# @ECLASS: unpacker.eclass
# @MAINTAINER:
@@ -274,6 +274,10 @@ unpack_deb() {
fi
unpacker ./data.tar*
+
+ # Clean things up #458658. No one seems to actually care about
+ # these, so wait until someone requests to do something else ...
+ rm -f debian-binary {control,data}.tar*
}
# @FUNCTION: unpack_cpio