File SuSEconfig.desktop-file-utils of Package desktop-file-utils
#!/bin/bash # # Copyright (c) 2005 SuSE # Author: Stanislav Brabec <sbrabec@suse.cz> # Ensure, that $XDG_DATA_DIRS is set properly. (#71978, #240603) if test "$PROFILEREAD" != true ; then . $r/etc/profile fi /usr/bin/update-desktop-database # # end #