Blame SOURCES/xdg-user-dirs.sh

88fe27
#!/bin/sh
88fe27
# Copyright (C) 2007 Red Hat, Inc. All rights reserved. This
88fe27
# copyrighted material is made available to anyone wishing to use, modify,
88fe27
# copy, or redistribute it subject to the terms and conditions of the
88fe27
# GNU General Public License version 2.
88fe27
#
88fe27
# You should have received a copy of the GNU General Public License
88fe27
# along with this program; if not, write to the Free Software
88fe27
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
88fe27
#
88fe27
if [ -x /usr/bin/xdg-user-dirs-update ]; then
88fe27
    /usr/bin/xdg-user-dirs-update
88fe27
fi