]> git.cworth.org Git - gzip/blob - debian/postinst
Imported Debian patch 1.3.2-3woody3
[gzip] / debian / postinst
1 #! /bin/sh
2
3 set -e
4
5 install-info --quiet --section "General Commands" "General Commands" \
6         /usr/share/info/gzip.info.gz
7
8 #DEBHELPER#