X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=debian%2Fpostinst;fp=debian%2Fpostinst;h=0000000000000000000000000000000000000000;hb=7e1f335b2dfc26a2374236c33e26e52caabe4349;hp=0ed5e5f9d2e581a7eece4fdf645d0232b37c6cb8;hpb=cbfd36ae59e5e3d5a0d8ff6e4c445a7ac9cbf1fa;p=cl-rss.git diff --git a/debian/postinst b/debian/postinst deleted file mode 100755 index 0ed5e5f..0000000 --- a/debian/postinst +++ /dev/null @@ -1,26 +0,0 @@ -#! /bin/sh -set -e - -LISP_PKG=rss - -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 - -