From 4420147c58312c7041a1c18d36d7548f47dd3f6a Mon Sep 17 00:00:00 2001 From: ngn Date: Sat, 13 Jul 2024 17:00:12 +0300 Subject: [PATCH] fix: remove translations for uninstall command --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 8913ab0..fd05035 100644 --- a/Makefile +++ b/Makefile @@ -53,6 +53,10 @@ install: uninstall: rm $(DESTDIR)/$(PREFIX)/bin/pooler + @for po in $(PO_DIRS) ; do \ + rm $(DESTDIR)/$(PREFIX)/share/$$po/pooler.mo ; \ + done + format: clang-format -i -style=file src/*.c src/*.h