X-Git-Url: http://git.kpe.io/?p=cl-base64.git;a=blobdiff_plain;f=debian%2Fpostinst;fp=debian%2Fpostinst;h=0000000000000000000000000000000000000000;hp=40ae7d75b092a32e0d97f0064d3448cbbae13117;hb=a1790b59bc547d2ee85a4b82be6e8ca822b17449;hpb=27bc69eefd00a991928ca3c3c988ba9adc23ce9b diff --git a/debian/postinst b/debian/postinst deleted file mode 100755 index 40ae7d7..0000000 --- a/debian/postinst +++ /dev/null @@ -1,22 +0,0 @@ -#! /bin/sh -set -e - -LISP_PKG=cl-base64 - -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 - -