diff options
Diffstat (limited to 'debian/postinst')
-rw-r--r-- | debian/postinst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/postinst b/debian/postinst index 88aa502..7a50001 100644 --- a/debian/postinst +++ b/debian/postinst @@ -7,9 +7,9 @@ install-info --quiet --section "The Algorithmic Language Scheme" \ /usr/share/info/slib.info.gz # OK. This is bad because it really should be in the guile config or -# in some emacs-commond sort of package. Now we conditionally run it. +# in some emacs-common sort of package. Now we conditionally run it. # one of these probably shouldn't exist, but don't know which and -# probably shourld support the older. +# probably should support the older. if [ -x /usr/sbin/guile1.4-slibconfig ] ; then echo Running /usr/sbin/guile1.4-slibconfig /usr/sbin/guile1.4-slibconfig |