X-Git-Url: http://git.kpe.io/?p=pubmed.git;a=blobdiff_plain;f=debian%2Fpostinst;fp=debian%2Fpostinst;h=0000000000000000000000000000000000000000;hp=a92cad688bed090c2413e172581be0b333d7b74d;hb=3163cad3295c4353f62c0fb0b94a76031369aa82;hpb=db35f469bfd99e26306395c1f1a12e0fbd786d6f diff --git a/debian/postinst b/debian/postinst deleted file mode 100755 index a92cad6..0000000 --- a/debian/postinst +++ /dev/null @@ -1,22 +0,0 @@ -#! /bin/sh -set -e - -LISP_PKG=pubmed - -case "$1" in - configure) - register-common-lisp-source ${LISP_PKG} - ;; - abort-upgrade|abort-remove|abort-deconfigure) - ;; - *) - echo "postinst called with unknown argument \`$1'" >&2 - exit 1 - ;; -esac - -#DEBHELPER# - -exit 0 - -