summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Cristau <jcristau@debian.org>2009-05-26 15:58:19 +0200
committerJulien Cristau <jcristau@debian.org>2009-05-26 15:58:19 +0200
commit7deebf983f53c505bc25171ab77fdc408f250a6e (patch)
treea419d162f9beeddeedc7b50fe0e62890af29de24
parent4178d948cd66a938222d0d7c6353ee8d60229e40 (diff)
downloadxutils-dev-7deebf983f53c505bc25171ab77fdc408f250a6e.tar.gz
xsfbs: don't run dpkg --print-installation-architecture
This is deprecated in new dpkg, and had no users anyway.
-rw-r--r--debian/xsfbs/xsfbs.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/debian/xsfbs/xsfbs.sh b/debian/xsfbs/xsfbs.sh
index 8840ff9..197eb74 100644
--- a/debian/xsfbs/xsfbs.sh
+++ b/debian/xsfbs/xsfbs.sh
@@ -57,8 +57,6 @@ EOF
exit $SHELL_LIB_USAGE_ERROR
fi
-ARCHITECTURE="$(dpkg --print-installation-architecture)"
-
if [ "$1" = "reconfigure" ] || [ -n "$DEBCONF_RECONFIGURE" ]; then
RECONFIGURE="true"
else