deb-glare/debian/glare-api.postinst.in
2016-09-30 16:37:24 +02:00

16 lines
251 B
Bash

#!/bin/sh
set -e
#PKGOS-INCLUDE#
if [ "$1" = "configure" ] || [ "$1" = "reconfigure" ] ; then
. /usr/share/debconf/confmodule
pkgos_register_endpoint_postinst glare glare image "Glare Artifact Repository" 9494 ""
db_stop
fi
#DEBHELPER#
exit 0