#!/bin/bash

set -e

# Get grommunio-setup lock before clearing admin-password
. /usr/share/grommunio-pkg-bits/scripts/setup-include.sh
# The trap 15 setup in this function should clear the admin password
# using clean_debconf_postinst()
export DEBCONF_PACKAGE='grommunio-pkg-bits'
setup_gsetup_lock_file

