From 3796d2595035e192ed4bf1c9a6bfdb13c3c9d261 Mon Sep 17 00:00:00 2001 From: Karl Sackett Date: Mon, 16 Dec 1996 09:23:46 -0600 Subject: Import Debian changes 2a6-1 slib (2a6-1) unstable; urgency=low * First Debian release. --- debian/postinst | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 debian/postinst (limited to 'debian/postinst') diff --git a/debian/postinst b/debian/postinst new file mode 100644 index 0000000..de5756a --- /dev/null +++ b/debian/postinst @@ -0,0 +1,6 @@ +#!/bin/sh +set -e +# +install-info --quiet --section "Development" "Development" \ + --description="The SLIB portable Scheme library" \ + /usr/info/slib.info.gz -- cgit v1.2.3