/usr/share/debhelper/autoscripts/postinst-ubuntu2d-launchers is in ubuntu-defaults-builder 0.30.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 | # not covered by usual gconf trigger
if [ "$1" = "configure" ]; then
mkdir -p /var/lib/gconf/ubuntu-2d.default
update-gconf-defaults --source /usr/share/gconf/ubuntu-2d/default \
--destination /var/lib/gconf/ubuntu-2d.default --no-signal
fi
|