From 75ad7c26edaeea7225c7af0f2800ebc03975858a Mon Sep 17 00:00:00 2001 From: Kevin Rosenberg Date: Sat, 7 Mar 2009 13:45:06 -0700 Subject: [PATCH] Automated commit for debian release 4.0.4-1 --- debian/cl-sql.doc-base | 2 +- debian/postinst.template | 2 +- debian/prerm.template | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/cl-sql.doc-base b/debian/cl-sql.doc-base index 5bfd541..6a89beb 100644 --- a/debian/cl-sql.doc-base +++ b/debian/cl-sql.doc-base @@ -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 diff --git a/debian/postinst.template b/debian/postinst.template index 8ab4c35..7916b34 100644 --- a/debian/postinst.template +++ b/debian/postinst.template @@ -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) ;; diff --git a/debian/prerm.template b/debian/prerm.template index 319026c..4df1118 100644 --- a/debian/prerm.template +++ b/debian/prerm.template @@ -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) -- 2.34.1