diff options
Diffstat (limited to '')
l--------- | pluma-gtk2 | 1 | ||||
-rw-r--r-- | pluma/Makefile | 5 |
2 files changed, 3 insertions, 3 deletions
diff --git a/pluma-gtk2 b/pluma-gtk2 new file mode 120000 index 0000000..bbfea97 --- /dev/null +++ b/pluma-gtk2 @@ -0,0 +1 @@ +pluma
\ No newline at end of file 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 |