This package installs those"Music","Public","Documents" etc. folders to the home folder, with localized names.
Only it's run at login time by Xsession (to check if the user has changed locale etc.) and antiX uses ~/.xinitrc
I don't have antiX here so I can't test, but the command /etc/X11/Xsession.d/60xdg-user-dirs-update runs at login time is
Code: Select all
if [ -x /usr/bin/xdg-user-dirs-update ]; then
/usr/bin/xdg-user-dirs-update
fi