xsfbs: don't run dpkg --print-installation-architecture

This is deprecated in new dpkg, and had no users anyway.
This commit is contained in:
Julien Cristau 2009-05-26 15:58:19 +02:00
parent 4178d948cd
commit 7deebf983f
1 changed files with 0 additions and 2 deletions

View File

@ -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