Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

Commit

Permalink
Make setup.sh idempotent
Browse files Browse the repository at this point in the history
  • Loading branch information
natano committed May 2, 2021
1 parent 96e7bdf commit d3b7104
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ case "$(uname -m)" in
;;
esac

mkdir /opt/gslauncher
[ -d /opt/gslauncher ] || mkdir /opt/gslauncher
install -m 755 -o root -g root $binname /opt/gslauncher
install -m 644 -o root -g root gslauncher.desktop /opt/gslauncher
install -m 644 -o root -g root logo.png /opt/gslauncher
ln -s /opt/gslauncher/gslauncher.desktop /usr/share/applications/
ln -sf /opt/gslauncher/gslauncher.desktop /usr/share/applications/

0 comments on commit d3b7104

Please sign in to comment.