aboutsummaryrefslogtreecommitdiffstats
path: root/featherweight
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--featherweight/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/featherweight/Makefile b/featherweight/Makefile
index 4853556..a36a4ba 100644
--- a/featherweight/Makefile
+++ b/featherweight/Makefile
@@ -1,13 +1,11 @@
.POSIX:
-include ../common.mk
install:
mkdir -p -- ~/.config/bash/aliases.d
- test ! -d ~/.config/bash/aliases.d/featherweight
+ test ! -e ~/.config/bash/aliases.d/featherweight || test -L ~/.config/bash/aliases.d/featherweight
ln -sf -- ~/.dotfiles/featherweight/bash-aliases ~/.config/bash/aliases.d/featherweight
uninstall:
+ +! ../check-installed featherweight
-unlink -- ~/.config/bash/aliases.d/featherweight
-rmdir -- ~/.config/bash/aliases.d
-
-.PHONY: install uninstall