]> git.cworth.org Git - gzip/blobdiff - debian/postinst
Imported Debian patch 1.3.2-3woody3
[gzip] / debian / postinst
diff --git a/debian/postinst b/debian/postinst
new file mode 100644 (file)
index 0000000..b3f0b7f
--- /dev/null
@@ -0,0 +1,8 @@
+#! /bin/sh
+
+set -e
+
+install-info --quiet --section "General Commands" "General Commands" \
+       /usr/share/info/gzip.info.gz
+
+#DEBHELPER#