Commit 9ba93dff authored by Michael Shigorin's avatar Michael Shigorin

35-xdg-user-dirs: cope with missing control

There's no reason to bail out if xdg-user-dirs control facility is not available within the branch used.
parent f8af1c92
#!/bin/sh
# Turn on xdg-user-dirs.
# NB: not yet available on t6/p6 hence the warning
control xdg-user-dirs enabled
control xdg-user-dirs enabled ||
echo "** warning: control xdg-user-dirs failed" >&2
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment