meta-app-framework: agl-session: Ensure XDG_DATA_DIRS is set
[AGL/meta-agl.git] / meta-app-framework / recipes-config / agl-session / files / 50-xdg-data-dirs.sh
1 #!/bin/sh
2
3 # use a default value if not already set
4 XDG_DATA_DIRS="${XDG_DATA_DIRS:-/usr/local/share/:/usr/share}"
5
6 # write our output
7 echo "XDG_DATA_DIRS=${XDG_DATA_DIRS}"