Drop unnecessary postinst script

We don't actually use anything inside it and the printed "TODO"
isn't really something which should be kept :)

From: Michael Prokop <mprokop@sipwise.com>
2.6
Michael Prokop 14 years ago
parent 0a34a8ad43
commit a797075f13

25
debian/postinst vendored

@ -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
Loading…
Cancel
Save