Path : /var/lib/dpkg/info/
File Upload :
Current File : /var/lib/dpkg/info/debconf.postinst

#!/bin/sh
set -e

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



exit 0