~ubuntu-branches/ubuntu/lucid/qemu-kvm/lucid-updates

1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

# old versions of the package did not properly remove the format on upgrades
if which update-binfmts >/dev/null; then
    update-binfmts --package qemu-arm-static \
        --remove arm /usr/bin/qemu-arm-static || true
fi

#DEBHELPER#