diff options
Diffstat (limited to 'debian/postinst')
-rw-r--r-- | debian/postinst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/postinst b/debian/postinst index de5756a..a00d1a5 100644 --- a/debian/postinst +++ b/debian/postinst @@ -1,6 +1,7 @@ #!/bin/sh set -e -# + install-info --quiet --section "Development" "Development" \ --description="The SLIB portable Scheme library" \ /usr/info/slib.info.gz +/usr/sbin/slibconfig |