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