#!/bin/sh -e if [ "$1" = remove ]; then install-info --quiet --remove gzip fi #DEBHELPER#