From 3773562201365f968b098875b3135d478ae8f84a Mon Sep 17 00:00:00 2001 From: mjentsch Date: Sun, 5 Oct 2014 20:54:24 +0200 Subject: [PATCH] Do not compile on uninstallation --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 58490b5..83289e9 100644 --- a/Makefile +++ b/Makefile @@ -93,7 +93,7 @@ install: $(PRPL_LIBNAME) install -D purple-plugin/telegram48.png $(DESTDIR)$(DATA_ROOT_DIR_PURPLE)/pixmaps/pidgin/protocols/48/telegram.png .PHONY: uninstall -uninstall: $(PRPL_LIBNAME) +uninstall: rm -f $(DESTDIR)$(PLUGIN_DIR_PURPLE)/$(PRPL_LIBNAME) rm -f /etc/telegram/server.pub rm -f $(DESTDIR)$(DATA_ROOT_DIR_PURPLE)/pixmaps/pidgin/protocols/16/telegram.png