X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fpostinst.template;fp=debian%2Fpostinst.template;h=0000000000000000000000000000000000000000;hb=6a5181763a4435d897bd1405c7e8d4985a07fb12;hp=7916b3487e038e2adaa864d29ca5907fc6a99b57;hpb=86788b19fcdd1c6be7f91c0eb7bb82e81cc2dc55;p=clsql.git diff --git a/debian/postinst.template b/debian/postinst.template deleted file mode 100644 index 7916b34..0000000 --- a/debian/postinst.template +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh -set -e - -pkg=%% - -case "$1" in - configure) - #clc-only-compatible $pkg allegro cmucl lispworks openmcl - register-common-lisp-source $pkg - ;; - abort-upgrade|abort-remove|abort-deconfigure) - ;; - *) - echo "postinst called with unknown argument \`$1'" >&2 - exit 0 - ;; -esac - -#DEBHELPER# - -exit 0