X-Git-Url: http://git.kpe.io/?p=cluck.git;a=blobdiff_plain;f=debian%2Fpostinst;fp=debian%2Fpostinst;h=5364ee3d06bb55aaa9883586f61fd2c65efc720c;hp=113b9982636a82e5fa613807f3a0a19defac9816;hb=7d3a298d472c7d468398c4f82f4154077358fd27;hpb=b33af6547d6b364063605f6faec4e91a84baafaf diff --git a/debian/postinst b/debian/postinst index 113b998..5364ee3 100644 --- a/debian/postinst +++ b/debian/postinst @@ -1,26 +1,18 @@ #! /bin/sh -# postinst script for cl-cluck - set -e case "$1" in configure) - /usr/sbin/register-common-lisp-source cluck - ;; - + register-common-lisp-source cluck + ;; abort-upgrade|abort-remove|abort-deconfigure) - - ;; - + ;; *) echo "postinst called with unknown argument \`$1'" >&2 exit 1 - ;; + ;; esac -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - #DEBHELPER# exit 0