X-Git-Url: http://git.kpe.io/?p=getopt.git;a=blobdiff_plain;f=debian%2Fpostinst;fp=debian%2Fpostinst;h=0000000000000000000000000000000000000000;hp=40e672f8d2d65e85f3174c7f29eb7dad301697c4;hb=c2ec68759c5eb76a241cf805853f074053596d36;hpb=84e491ca79c31c8d8aa183b11f476cb0cc77e115 diff --git a/debian/postinst b/debian/postinst deleted file mode 100755 index 40e672f..0000000 --- a/debian/postinst +++ /dev/null @@ -1,20 +0,0 @@ -#! /bin/sh -set -e - -LISP_PKG=getopt - -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