X-Git-Url: http://git.kpe.io/?p=irc-logger.git;a=blobdiff_plain;f=debian%2Fpostinst;fp=debian%2Fpostinst;h=0000000000000000000000000000000000000000;hp=d18aed82cdf1d027b417ebfc72b9f573c9ecdc95;hb=ed23855e78ab9315e07067c002d998d94266b437;hpb=ab9fde2112bf07e30f68ddcb890d12a95bb58766 diff --git a/debian/postinst b/debian/postinst deleted file mode 100644 index d18aed8..0000000 --- a/debian/postinst +++ /dev/null @@ -1,22 +0,0 @@ -#! /bin/sh -set -e - -LISP_PKG=irc-logger - -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 - -