fix: remove translations for uninstall command

This commit is contained in:
ngn 2024-07-13 17:00:12 +03:00
parent 532d68fdff
commit 4420147c58

View File

@ -53,6 +53,10 @@ install:
uninstall: uninstall:
rm $(DESTDIR)/$(PREFIX)/bin/pooler rm $(DESTDIR)/$(PREFIX)/bin/pooler
@for po in $(PO_DIRS) ; do \
rm $(DESTDIR)/$(PREFIX)/share/$$po/pooler.mo ; \
done
format: format:
clang-format -i -style=file src/*.c src/*.h clang-format -i -style=file src/*.c src/*.h