X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=debian%2Fpostinst;fp=debian%2Fpostinst;h=0000000000000000000000000000000000000000;hb=d1645e7ff25ecb1125eb7b0a0768afffc57621a9;hp=0b651093e6f2ecaf3598621ab3c7f366b1d3190b;hpb=35185e209bf9ae6f3a547f61527f781c8dc5e74b;p=umlisp-orf.git diff --git a/debian/postinst b/debian/postinst deleted file mode 100644 index 0b65109..0000000 --- a/debian/postinst +++ /dev/null @@ -1,20 +0,0 @@ -#! /bin/sh -set -e - -LISP_PKG=umlisp-orf - -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