mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-21 09:38:01 +02:00
Support icon install on elementary OS (#3023)
This commit is contained in:
parent
3aa38d35d7
commit
6cb7154bf4
@ -155,7 +155,7 @@ DESKTOP=${DESKTOP,,} # convert to lower case
|
|||||||
|
|
||||||
#-----------------------------------------------------
|
#-----------------------------------------------------
|
||||||
echo 'Create Desktop icon...'
|
echo 'Create Desktop icon...'
|
||||||
if [[ $DESKTOP =~ .*gnome.*|.*kde.*|.*xfce.*|.*mate.*|.*lxqt.*|.*unity.*|.*x-cinnamon.*|.*deepin.* ]]
|
if [[ $DESKTOP =~ .*gnome.*|.*kde.*|.*xfce.*|.*mate.*|.*lxqt.*|.*unity.*|.*x-cinnamon.*|.*deepin.*|.*pantheon.* ]]
|
||||||
then
|
then
|
||||||
: "${TMPDIR:=$TEMP_DIR}"
|
: "${TMPDIR:=$TEMP_DIR}"
|
||||||
# This command extracts to squashfs-root by default and can't be changed...
|
# This command extracts to squashfs-root by default and can't be changed...
|
||||||
|
Loading…
Reference in New Issue
Block a user