#!/bin/bash

# Needed to run lyx (parts of lyx seem to have problems finding
# loadable libraries in these directories)

LD_LIBRARY_PATH=$LD_LIBRARY_PATH\:/usr/X11R6/lib\:/usr/local/lib
export LD_LIBRARY_PATH
