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