summaryrefslogtreecommitdiffstats
path: root/debian/postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/postinst')
-rw-r--r--debian/postinst9
1 files changed, 4 insertions, 5 deletions
diff --git a/debian/postinst b/debian/postinst
index c762db4..e188be8 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -6,11 +6,10 @@ install-info --quiet --section "The Algorithmic Language Scheme" \
--description="A Scheme language interpreter" \
/usr/share/info/scm.info.gz
-if [ "$1" = "configure" ]; then
- if [ -d /usr/doc -a ! -e /usr/doc/scm -a -d /usr/share/doc/scm ]; then
- ln -sf ../share/doc/scm /usr/doc/scm
- fi
-fi
+install-info --quiet --section "The Algorithmic Language Scheme" \
+ "The Algorithmic Language Scheme" \
+ --description="SCM Language X Interface" \
+ /usr/share/info/Xlibscm.info.gz
# doc base support
if [ "$1" = configure ]; then