diff options
author | Brice Goglin <bgoglin@debian.org> | 2007-08-29 09:36:00 +0200 |
---|---|---|
committer | Brice Goglin <bgoglin@debian.org> | 2007-08-29 09:36:00 +0200 |
commit | 575efb7249d7cf194f07e45db17e601d9c259231 (patch) | |
tree | 51145d889ed8912d2550a91056e0472be3c147ef | |
parent | 12a633f722a2ff9677728d1e2ae56767f804232a (diff) | |
download | xutils-dev-575efb7249d7cf194f07e45db17e601d9c259231.tar.gz |
Do not call laptop-detect, let the only user call it directly
-rw-r--r-- | debian/xsfbs/xsfbs.sh | 7 |
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 |