X-Git-Url: http://git.kpe.io/?p=cluck.git;a=blobdiff_plain;f=debian%2Fpostinst;fp=debian%2Fpostinst;h=0000000000000000000000000000000000000000;hp=5364ee3d06bb55aaa9883586f61fd2c65efc720c;hb=f1fbd3c0912caee593396c0538910de324218ac7;hpb=7d3a298d472c7d468398c4f82f4154077358fd27 diff --git a/debian/postinst b/debian/postinst deleted file mode 100644 index 5364ee3..0000000 --- a/debian/postinst +++ /dev/null @@ -1,20 +0,0 @@ -#! /bin/sh -set -e - -case "$1" in - configure) - register-common-lisp-source cluck - ;; - abort-upgrade|abort-remove|abort-deconfigure) - ;; - *) - echo "postinst called with unknown argument \`$1'" >&2 - exit 1 - ;; -esac - -#DEBHELPER# - -exit 0 - -