summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrice Goglin <bgoglin@debian.org>2007-08-29 09:36:00 +0200
committerBrice Goglin <bgoglin@debian.org>2007-08-29 09:36:00 +0200
commit575efb7249d7cf194f07e45db17e601d9c259231 (patch)
tree51145d889ed8912d2550a91056e0472be3c147ef
parent12a633f722a2ff9677728d1e2ae56767f804232a (diff)
downloadxutils-dev-575efb7249d7cf194f07e45db17e601d9c259231.tar.gz
Do not call laptop-detect, let the only user call it directly
-rw-r--r--debian/xsfbs/xsfbs.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/debian/xsfbs/xsfbs.sh b/debian/xsfbs/xsfbs.sh
index 52473ca..a90ff7d 100644
--- a/debian/xsfbs/xsfbs.sh
+++ b/debian/xsfbs/xsfbs.sh
@@ -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