/usr/share/debhelper/autoscripts/postinst-click is in click-dev 0.4.43+16.04.20160203-0ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 | if [ "$1" = "configure" ] && which click >/dev/null 2>&1; then
click hook install #HOOK#
fi
|