summarylogtreecommitdiffstats
path: root/notify-user
blob: d44f678f46b8abd8d8d5515f513a9e6f86e40109 (plain)
1
2
3
4
5
6
7
#!/usr/bin/env sh
echo "aria2cd has been installed/updated successfully, but there is something extra to do."
echo "You can run aria2cd-install to do it automatically or do the follow manually:"
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/ for config and \${XDG_CACHE_HOME}/aria2/ for cache files such as DHT file and session file."
echo "The latter(\${XDG_CACHE_HOME}/aria2/ and \${XDG_CONFIG_HOME}/aria2/) is preferered to use because it follows freedesktop's specification."