xsfbs: don't run dpkg --print-installation-architecture
This is deprecated in new dpkg, and had no users anyway.
This commit is contained in:
parent
4178d948cd
commit
7deebf983f
|
@ -57,8 +57,6 @@ EOF
|
||||||
exit $SHELL_LIB_USAGE_ERROR
|
exit $SHELL_LIB_USAGE_ERROR
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ARCHITECTURE="$(dpkg --print-installation-architecture)"
|
|
||||||
|
|
||||||
if [ "$1" = "reconfigure" ] || [ -n "$DEBCONF_RECONFIGURE" ]; then
|
if [ "$1" = "reconfigure" ] || [ -n "$DEBCONF_RECONFIGURE" ]; then
|
||||||
RECONFIGURE="true"
|
RECONFIGURE="true"
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue