summarylogtreecommitdiffstats
path: root/aria2cd.hook
diff options
context:
space:
mode:
authorzhanghua0002021-09-08 19:26:19 +0800
committerzhanghua0002021-09-08 19:26:19 +0800
commita8822732c631780e7cf8866817d5b8b3663ae71f (patch)
tree67d2fa3d96b3b27c4c33dbc3036d62a6656f167b /aria2cd.hook
parent6e79878648c9aee6f90223075be41e2d980ef058 (diff)
downloadaur-a8822732c631780e7cf8866817d5b8b3663ae71f.tar.gz
Update hook to follow aria2c documents.
Diffstat (limited to 'aria2cd.hook')
-rw-r--r--aria2cd.hook2
1 files changed, 1 insertions, 1 deletions
diff --git a/aria2cd.hook b/aria2cd.hook
index 936af625eb24..0cf1c4672994 100644
--- a/aria2cd.hook
+++ b/aria2cd.hook
@@ -6,4 +6,4 @@ Target = aria2cd
[Action]
Description = Warning user about manyally operations...
When = PostTransaction
-Exec = /usr/bin/sh -c 'echo "You need to copy /usr/share/aria2/ to \${HOME}/.aria2/ or aria2c will not work correctly.";echo "\${HOME} is the home directory of the user who runs aria2c"'
+Exec = /usr/bin/sh -c 'echo "You need to copy /usr/share/aria2/ to \${HOME}/.aria2/ or aria2c will not work correctly.";echo "\${HOME} is the home directory of the user who runs aria2c";echo "You can also use \${XDG_CONFIG_HOME}/aria2/ instead of \${HOME}/.aria2/"'