Browse Source

Check for target directories for XDG desktop entry install

master
Kristaps Kaupe 6 years ago
parent
commit
110a6ee4fd
No known key found for this signature in database
GPG Key ID: D47B1B4232B55437
  1. 2
      install.sh

2
install.sh

@ -285,7 +285,7 @@ joinmarket_install ()
done done
if [[ ${with_qt} == "1" ]]; then if [[ ${with_qt} == "1" ]]; then
if check_exists xdg-open; then if [[ -d ~/.local/share/icons ]] && [[ -d ~/.local/share/applications ]]; then
echo "Installing XDG desktop entry" echo "Installing XDG desktop entry"
cp -f "$(dirname "$0")/docs/images/joinmarket_logo.png" \ cp -f "$(dirname "$0")/docs/images/joinmarket_logo.png" \
~/.local/share/icons/ ~/.local/share/icons/

Loading…
Cancel
Save