summaryrefslogtreecommitdiffstats
path: root/meta-app-framework/recipes-config/agl-session/files/50-xdg-data-dirs.sh
blob: 15ec3744a324be4cd4281d2f2d5b0008afcef0da (plain)
1
2
3
4
5
6
7
#!/bin/sh

# use a default value if not already set
XDG_DATA_DIRS="${XDG_DATA_DIRS:-/usr/local/share/:/usr/share}"

# write our output
echo "XDG_DATA_DIRS=${XDG_DATA_DIRS}"