12 lines
No EOL
1 KiB
YAML
12 lines
No EOL
1 KiB
YAML
description: Configures XDG directories the xdg-user-dirs package (for whoever ran DCli), if not configured already. Otherwise, it just installs the xdg-user-dirs package, which can still be useful for querying said dirs.
|
|
package-files:
|
|
- dependencies.yaml
|
|
post_install_hook: "hook.sh"
|
|
run_hooks_as_user: true
|
|
hook_behavior: always #...instead of "once" because the XDG spec can change from time to time (eg. the recent Projects dir), and we want to make sure that the user's keeps up.; ...instead of "ask" because I don't like pestering people with RUN THIS HOOK? RUN THIS HOOK? questions; ...because running this command multiple times is safe, anyway - it only fixes/adds broken/missing entires as it encounters them instead of overwriting everything or something like that (arguably, this makes "always" safer than "once"/"ask" because it makes your config self-healing)
|
|
author: "Guzio"
|
|
version: "1.0.2"
|
|
category: "media"
|
|
tags: []
|
|
license: "MIT"
|
|
upstream_url: "https://gitdab.com/Guzio/system/src/branch/main/modules/xdg-user-dirs" |