summary refs log tree commit diff
path: root/pkgs/desktops/gnome-3/3.18/core/grilo/setup-hook.sh
blob: bc93dddec3864195071998e2aed402f65b2529d7 (plain) (blame)
1
2
3
4
5
6
7
make_grilo_find_plugins() {
    if [ -d "$1"/lib/grilo-0.2 ]; then
        addToSearchPath GRL_PLUGIN_PATH "$1/lib/grilo-0.2"
    fi
}

envHooks+=(make_grilo_find_plugins)