aboutsummaryrefslogtreecommitdiffstats
path: root/pluma/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--pluma/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/pluma/Makefile b/pluma/Makefile
index 1143d45..49ff8ea 100644
--- a/pluma/Makefile
+++ b/pluma/Makefile
@@ -1,10 +1,9 @@
.POSIX:
-include ../common.mk
install:
@:
uninstall:
+ +! ../check-installed pluma
+ +! ../check-installed pluma-gtk2
-rm -rf -- ~/.config/pluma
-
-.PHONY: install uninstall