diff --git a/debian/postinst b/debian/postinst deleted file mode 100644 index 8f4b6cd4..00000000 --- a/debian/postinst +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh -# postinst script for ngcp-db-schema - -set -e - -case "$1" in - configure) - echo TODO - ;; - - 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