This file is indexed.

/usr/share/debhelper/autoscripts/postinst-desktop-profiles is in desktop-profiles 1.4.20.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
if(  ( test "$1" = "configure" ) && 
     ( test -x "$(which update-profile-cache 2>/dev/null)" ) ); then
  update-profile-cache;
fi;