From d2c89c598aa2b17ff9e6b0148819593c1382ed6c Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 20 Sep 2021 18:33:16 -0300 Subject: Makefile: Remove load-locale-messages.sh in "uninstall" target --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index d715d1b..cd836f5 100644 --- a/Makefile +++ b/Makefile @@ -67,6 +67,7 @@ uninstall: for l in $(TRANSLATIONS) $(CONTRIBLANGS); do \ rm -f $(DESTDIR)$(LOCALEDIR)/$$l/LC_MESSAGES/$(NAME).sh; \ done + rm -f $(DESTDIR)$(LIBEXECDIR)/$(NAME)/load-locale-messages.sh sh doc/manpages.sh -up $(DESTDIR)$(MANDIR) $(manpages) -- cgit v1.2.3