depot/pkgs/by-name/gr/grilo/setup-hook.sh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
186 B
Bash
Raw Normal View History

make_grilo_find_plugins() {
if [ -d "$1"/lib/grilo-0.3 ]; then
addToSearchPath GRL_PLUGIN_PATH "$1/lib/grilo-0.3"
fi
}
addEnvHooks "$hostOffset" make_grilo_find_plugins