Current File : //proc/thread-self/root/var/lib/dpkg/info/debconf.postinst
#!/bin/sh
set -e

# shellcheck disable=SC1091
. /usr/share/debconf/confmodule



exit 0