X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=debian%2Fpostinst;fp=debian%2Fpostinst;h=0000000000000000000000000000000000000000;hb=e523dcc81fa3947bed9b6093641eed216fc0ec29;hp=b5e9c572a3a339fc4b610237dc328d19ed0b559d;hpb=e4977458704e068955a0ca8749035748246817ea;p=puri-unicode.git diff --git a/debian/postinst b/debian/postinst deleted file mode 100644 index b5e9c57..0000000 --- a/debian/postinst +++ /dev/null @@ -1,22 +0,0 @@ -#! /bin/sh -set -e - -LISP_PKG=puri - -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 - -