Automated commit for debian release 4.0.4-1 debian-4.0.4-1
authorKevin Rosenberg <kevin@rosenberg.net>
Sat, 7 Mar 2009 20:45:06 +0000 (13:45 -0700)
committerKevin Rosenberg <kevin@rosenberg.net>
Sat, 7 Mar 2009 20:45:06 +0000 (13:45 -0700)
debian/cl-sql.doc-base
debian/postinst.template
debian/prerm.template

index 5bfd5415cbb120c1e3d7a2bf6ab41871386e8561..6a89beb79f2577dacc11919dd35f5b201c542c41 100644 (file)
@@ -2,7 +2,7 @@ Document: cl-sql
 Title: CLSQL Manual
 Author: Kevin M. Rosenberg
 Abstract: Describes the use of the CLSQL Common Lisp library.
-Section: programming
+Section: Programming
 
 Format: PDF
 Files: /usr/share/doc/cl-sql/cl-sql.pdf.gz
index 8ab4c3520c224d56d866e801d71a78b2cb892349..7916b3487e038e2adaa864d29ca5907fc6a99b57 100644 (file)
@@ -6,7 +6,7 @@ pkg=%%
 case "$1" in
     configure)
        #clc-only-compatible $pkg allegro cmucl lispworks openmcl
-       /usr/sbin/register-common-lisp-source $pkg
+       register-common-lisp-source $pkg
        ;;
     abort-upgrade|abort-remove|abort-deconfigure)
        ;;
index 319026c8f7da743f7824d184d413f6ab139cadb6..4df11183df85e90fd2f107182ff38ef807e13e80 100644 (file)
@@ -4,7 +4,7 @@ pkg=%%
 
 case "$1" in
     remove|upgrade|deconfigure)
-       /usr/sbin/unregister-common-lisp-source ${pkg}
+       unregister-common-lisp-source ${pkg}
         ;;
 
     failed-upgrade)