Do not call laptop-detect, let the only user call it directly

This commit is contained in:
Brice Goglin 2007-08-29 09:36:00 +02:00
parent 12a633f722
commit 575efb7249
1 changed files with 0 additions and 7 deletions

View File

@ -59,13 +59,6 @@ fi
ARCHITECTURE="$(dpkg --print-installation-architecture)"
LAPTOP=""
if [ -n "$(which laptop-detect)" ]; then
if laptop-detect >/dev/null; then
LAPTOP=true
fi
fi
if [ "$1" = "reconfigure" ] || [ -n "$DEBCONF_RECONFIGURE" ]; then
RECONFIGURE="true"
else