From 116a154de2d0b7290dca08e955cc0ca1e61ce64c Mon Sep 17 00:00:00 2001 From: steve Date: Tue, 23 May 2006 17:54:52 +0000 Subject: [PATCH] 2006-05-23 17:54:52 by steve Removed the test for ${rpmstrap} now that we test for binaries instead. --- etc/hook.d/20-setup-apt | 9 --------- 1 file changed, 9 deletions(-) diff --git a/etc/hook.d/20-setup-apt b/etc/hook.d/20-setup-apt index 72b990c..dc08d19 100755 --- a/etc/hook.d/20-setup-apt +++ b/etc/hook.d/20-setup-apt @@ -10,15 +10,6 @@ prefix=$1 -# -# If we're installing a distribution with rpmstrap then don't -# touch /etc/apt/sources.list -# -if [ "${rpmstrap}" ]; then - echo "APT not available for non-Debian distribution ${dist}" - exit; -fi - if [[ -d ${prefix}/etc/apt ]]; then