X-Git-Url: http://git.kpe.io/?p=pipes.git;a=blobdiff_plain;f=debian%2Fpostinst;fp=debian%2Fpostinst;h=0000000000000000000000000000000000000000;hp=4fb87df052aa926cd1ae65eecae9f4bf5095780a;hb=cf00d2c28afb354aaed4e2fdf8f1e5660c4c8e58;hpb=acdf969d2fa2810e98e5a3690b559bf960166300 diff --git a/debian/postinst b/debian/postinst deleted file mode 100755 index 4fb87df..0000000 --- a/debian/postinst +++ /dev/null @@ -1,20 +0,0 @@ -#! /bin/sh -set -e - -LISP_PKG=pipes - -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