/etc/resolvconf/update.d/ltsp-chroots is in debian-edu-config 1.818+deb8u2.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 | #!/bin/sh
if [ -x /usr/share/debian-edu-config/tools/ltsp-update-resolvconf ] ; then
/usr/share/debian-edu-config/tools/ltsp-update-resolvconf
fi
|