From d88166ea96a5df05896f7752519a7b159019efe6 Mon Sep 17 00:00:00 2001 From: "Thomas Bushnell, BSG" Date: Mon, 11 Sep 2006 22:48:39 -0700 Subject: Import Debian changes 3a3-3 slib (3a3-3) unstable; urgency=low * slib.texi (Library Catalogs): Mention that a suffix (such as ".scm") may be appended to the filename on some systems. (Closes: #147477) * postinst, prerm: Just know that install-docs is in /usr/sbin. (Closes: #293047) * debian/rules (binary-indep): Install slib.sh as /usr/bin/slib program. (Closes: #301437) * getopt.scm (*argv*): Comment out declaration. (Closes: #248781) --- debian/postinst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/postinst') diff --git a/debian/postinst b/debian/postinst index 7aa2898..ea573b7 100644 --- a/debian/postinst +++ b/debian/postinst @@ -33,7 +33,7 @@ fi # doc base support if [ "$1" = configure ]; then - if command -v install-docs >/dev/null 2>&1; then - install-docs -i /usr/share/doc-base/slib + if test -x /usr/sbin/install-docs >/dev/null 2>&1; then + /usr/sbin/install-docs -i /usr/share/doc-base/slib fi fi -- cgit v1.2.3