#!/bin/sh
set -e

test "$PIUPARTS_DISTRIBUTION" = "squeeze" || exit 0

# work around #601961: apt: wrongly thinks install-info is essential
apt-get -y install install-info
