X-Git-Url: http://git.kpe.io/?p=xlunit.git;a=blobdiff_plain;f=debian%2Fpostinst;fp=debian%2Fpostinst;h=0000000000000000000000000000000000000000;hp=8e4e7e3cb0755617b31b633d4ba60621b2a57197;hb=397f109a8555632fc0ff777d6be05b171d1e3c22;hpb=064f9491744e1c746a9164886cb9000463ba458f diff --git a/debian/postinst b/debian/postinst deleted file mode 100644 index 8e4e7e3..0000000 --- a/debian/postinst +++ /dev/null @@ -1,26 +0,0 @@ -#! /bin/sh -set -e - -LISP_PKG=xlunit - -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 - -