#!/usr/bin/sh

exec printf XDG_DATA_DIRS="${XDG_DATA_DIRS:-/usr/local/share:/usr/share}"
