aboutsummaryrefslogtreecommitdiffstats
path: root/debian/postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/postinst')
-rw-r--r--debian/postinst10
1 files changed, 0 insertions, 10 deletions
diff --git a/debian/postinst b/debian/postinst
index 2957f0a..569b007 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -1,16 +1,6 @@
#!/bin/sh
set -e
-install-info --quiet --section "The Algorithmic Language Scheme" \
- "The Algorithmic Language Scheme" \
- --description="A Scheme language interpreter" \
- /usr/share/info/scm.info.gz
-
-install-info --quiet --section "The Algorithmic Language Scheme" \
- "The Algorithmic Language Scheme" \
- --description="SCM Language X Interface" \
- /usr/share/info/Xlibscm.info.gz
-
rm -f /usr/lib/scm/slibcat
/usr/bin/scm -c "(require 'new-catalog)"
if [ -e /usr/lib/scm/slibcat ] ; then