From 7deebf983f53c505bc25171ab77fdc408f250a6e Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Tue, 26 May 2009 15:58:19 +0200 Subject: [PATCH] xsfbs: don't run dpkg --print-installation-architecture This is deprecated in new dpkg, and had no users anyway. --- debian/xsfbs/xsfbs.sh | 2 -- 1 file changed, 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