#!/bin/sh # Consistent with Gentoo xorg-x11-7.1 OLDROOT="/usr/lib/X11" NEWROOT="/usr/share/X11" export XCMSDB="$OLDROOT/Xcms.txt" export XLOCALEDIR="$NEWROOT/locale" export XKEYSYMDB="$NEWROOT/XKeysymDB" export XFT_CONFIG="$NEWROOT/XftConfig" # Launch program exec "$@"