From cc17f5e798b016d98e10cc998193e9b20ddb777e Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 26 Jun 2021 08:46:39 +0200 Subject: Add location MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- base/Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/base/Makefile b/base/Makefile index 6beaf4c..deeaa8c 100644 --- a/base/Makefile +++ b/base/Makefile @@ -17,10 +17,25 @@ install: ln -sf -- ~/.dotfiles/base/faces/$(FACE) ~/.config/face ln -sf -- .face ~/.face.icon ln -sf -- .config/face ~/.face + if test -L ~/.config/locations; then \ + test "$$(readlink -- ~/.config/locations)" = ~/.dotfiles/.secrets/locations; \ + else \ + test ! -e ~/.config/locations && \ + ln -s -- ~/.dotfiles/.secrets/locations ~/.config/locations; \ + fi + test ! -d ~/.config/geolocation + test ! -d ~/.config/metar + test -L ~/.config/locations/current || test ! -e ~/.config/locations/current + test -L ~/.config/locations/current || ln -sf default ~/.config/locations/current + ln -sf locations/current/geolocation ~/.config/geolocation + ln -sf locations/current/metar ~/.config/metar uninstall: -unlink -- ~/.config/profile -unlink -- ~/.config/user-dirs.locale -unlink -- ~/.profile + -unlink -- ~/.config/locations + -unlink -- ~/.config/geolocation + -unlink -- ~/.config/metar .PHONY: install uninstall -- cgit v1.2.3-70-g09d2