Browse Source

Merge #608: Check for target directories for XDG desktop entry install

110a6ee Check for target directories for XDG desktop entry install (Kristaps Kaupe)
master
Adam Gibson 6 years ago
parent
commit
65216bb857
No known key found for this signature in database
GPG Key ID: 141001A1AF77F20B
  1. 2
      install.sh

2
install.sh

@ -285,7 +285,7 @@ joinmarket_install ()
done
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"
cp -f "$(dirname "$0")/docs/images/joinmarket_logo.png" \
~/.local/share/icons/

Loading…
Cancel
Save