diff options
Diffstat (limited to 'pbuilder-updatebuildenv')
-rwxr-xr-x | pbuilder-updatebuildenv | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/pbuilder-updatebuildenv b/pbuilder-updatebuildenv index 084528e..fd2cb59 100755 --- a/pbuilder-updatebuildenv +++ b/pbuilder-updatebuildenv @@ -74,12 +74,7 @@ $CHROOTEXEC /usr/bin/apt-get -q -y "${APTGETOPT[@]}" install \ dpkg-dev \ $EXTRAPACKAGES save_aptcache - -# To support package verification inside the repository we may have to import -# additional keys. -for KEY in "${APTKEYRINGS[@]}"; do - $CHROOTEXEC /usr/bin/apt-key add - < "${KEY}" > /dev/null -done +add_additional_aptkeyrings # optionally auto-clean apt-cache if [ "${AUTOCLEANAPTCACHE}" = "yes" -a -n "$APTCACHE" ]; then |