X-Git-Url: http://git.kpe.io/?p=cl-photo.git;a=blobdiff_plain;f=debian%2Fprerm;fp=debian%2Fprerm;h=0000000000000000000000000000000000000000;hp=40efe190ab62371b29389577d5a0e6e2a5d00302;hb=3cd2e30d32c063639f4963d1de672f496c79e0cf;hpb=b38049b2d9da4c39250e7c6004663ab710966068 diff --git a/debian/prerm b/debian/prerm deleted file mode 100644 index 40efe19..0000000 --- a/debian/prerm +++ /dev/null @@ -1,22 +0,0 @@ -#! /bin/sh -set -e - -LISP_PKG=cl-photo - -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 - -#DEBHELPER# - -exit 0 - -