/etc/X11/Xsession.d/60xdg-user-dirs-update is in xdg-user-dirs 0.15-1ubuntu3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 | if [ -x /usr/bin/xdg-user-dirs-update ]; then
/usr/bin/xdg-user-dirs-update
fi
|