diff options
Diffstat (limited to 'google-chrome/Makefile')
-rw-r--r-- | google-chrome/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/google-chrome/Makefile b/google-chrome/Makefile index 06af0f6..0e6e807 100644 --- a/google-chrome/Makefile +++ b/google-chrome/Makefile @@ -1,10 +1,8 @@ .POSIX: -include ../common.mk install: @: uninstall: + +! ../check-installed google-chrome -rm -rf -- ~/.config/google-chrome - -.PHONY: install uninstall |