Remove correct server.pub when uninstalling

This commit is contained in:
mjentsch 2014-10-14 22:08:15 +02:00
parent 91ac1b06ee
commit b3642e2e7e

View file

@ -95,7 +95,7 @@ install: $(PRPL_LIBNAME)
.PHONY: uninstall
uninstall:
rm -f $(DESTDIR)$(PLUGIN_DIR_PURPLE)/$(PRPL_LIBNAME)
rm -f /etc/telegram/server.pub
rm -f /etc/telegram-purple/server.pub
rm -f $(DESTDIR)$(DATA_ROOT_DIR_PURPLE)/pixmaps/pidgin/protocols/16/telegram.png
rm -f $(DESTDIR)$(DATA_ROOT_DIR_PURPLE)/pixmaps/pidgin/protocols/22/telegram.png
rm -f $(DESTDIR)$(DATA_ROOT_DIR_PURPLE)/pixmaps/pidgin/protocols/48/telegram.png