convert to dh-lisp; add Vcs-Browser
[clsql.git] / debian / postinst.template
diff --git a/debian/postinst.template b/debian/postinst.template
deleted file mode 100644 (file)
index 7916b34..0000000
+++ /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