X-Git-Url: http://git.kpe.io/?p=cl-base64.git;a=blobdiff_plain;f=debian%2Fprerm;fp=debian%2Fprerm;h=0000000000000000000000000000000000000000;hp=698ab1a2743438377b55476d95c8ed963ebc6887;hb=a1790b59bc547d2ee85a4b82be6e8ca822b17449;hpb=27bc69eefd00a991928ca3c3c988ba9adc23ce9b diff --git a/debian/prerm b/debian/prerm deleted file mode 100755 index 698ab1a..0000000 --- a/debian/prerm +++ /dev/null @@ -1,25 +0,0 @@ -#! /bin/sh -set -e - -LISP_PKG=cl-base64 - -case "$1" in - remove|upgrade|deconfigure) - unregister-common-lisp-source ${LISP_PKG} - ;; - failed-upgrade) - ;; - *) - echo "prerm called with unknown argument \`$1'" >&2 - exit 1 - ;; -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - -exit 0 - -