dleyna-core: init at 0.6.0
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
addDleynaConnectorPath () {
|
||||
if test -d "$1/lib/dleyna-1.0/connectors"
|
||||
then
|
||||
export DLEYNA_CONNECTOR_PATH="${DLEYNA_CONNECTOR_PATH}${DLEYNA_CONNECTOR_PATH:+:}$1/lib/dleyna-1.0/connectors"
|
||||
fi
|
||||
}
|
||||
|
||||
envHooks+=(addDleynaConnectorPath)
|
||||
|
||||
Reference in New Issue
Block a user