#!/bin/sh
set -e

case "$1" in
    configure)
        dpkg --add-architecture i386
        apt-get update
        ;;
esac

#DEBHELPER#
