aboutsummaryrefslogtreecommitdiffstats
path: root/rotd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--rotd/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/rotd/Makefile b/rotd/Makefile
index a292658..4669891 100644
--- a/rotd/Makefile
+++ b/rotd/Makefile
@@ -1,5 +1,4 @@
.POSIX:
-include ../common.mk
install:
test -d config
@@ -12,6 +11,5 @@ install:
fi
uninstall:
+ +! ../check-installed rotd
-unlink -- ~/.config/rotd
-
-.PHONY: install uninstall