X-Git-Url: http://git.kpe.io/?p=pubmed.git;a=blobdiff_plain;f=debian%2Fprerm;fp=debian%2Fprerm;h=0000000000000000000000000000000000000000;hp=375b206492362f21bf20260711010981389899af;hb=3163cad3295c4353f62c0fb0b94a76031369aa82;hpb=db35f469bfd99e26306395c1f1a12e0fbd786d6f diff --git a/debian/prerm b/debian/prerm deleted file mode 100755 index 375b206..0000000 --- a/debian/prerm +++ /dev/null @@ -1,22 +0,0 @@ -#! /bin/sh -set -e - -LISP_PKG=pubmed - -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 - -