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

envHooks+=(make_grilo_find_plugins)