aboutsummaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2023-11-20 06:22:20 +0100
committerMattias Andrée <maandree@kth.se>2023-11-20 06:22:20 +0100
commitae377246889d1e48c6460f70b15144f8c7891ee4 (patch)
treea668479007e10445de2dac01bd5ff95e41acb427 /base
parentAutomatically mount signal/element/wire when started (diff)
downloaddotfiles-ae377246889d1e48c6460f70b15144f8c7891ee4.tar.gz
dotfiles-ae377246889d1e48c6460f70b15144f8c7891ee4.tar.bz2
dotfiles-ae377246889d1e48c6460f70b15144f8c7891ee4.tar.xz
Move .secrets/bin to .private/pkgs/*
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--base/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/base/Makefile b/base/Makefile
index 9752ef1..d94dd0c 100644
--- a/base/Makefile
+++ b/base/Makefile
@@ -45,7 +45,6 @@ install:
else \
ln -sf -- /bin/false ~/.local/bin/iswork; \
fi
- test ! -r ../.secrets/bin/Makefile || (cd ../.secrets/bin && $(MAKE) install)
mkdir -p -- ~/.config/X11/xinit/xinitrc.d
test ! -e ~/.config/X11/xinit/xinitrc.d/$(XINITRC_ORDER)-base || \
test -L ~/.config/X11/xinit/xinitrc.d/$(XINITRC_ORDER)-base
@@ -66,4 +65,3 @@ uninstall:
-unlink -- ~/.config/geolocation
-unlink -- ~/.config/metar
-unlink -- ~/.local/bin/iswork
- -test ! -r ../.secrets/bin/Makefile || (cd ../.secrets/bin && $(MAKE) uninstall)