From 09606e52a168f07e81edab99c8971ae3bad00b0d Mon Sep 17 00:00:00 2001
From: davedatum <ask@davedatum.com>
Date: Mon, 28 Oct 2019 20:44:35 +0000
Subject: [PATCH] #

---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 5b17629..2d63151 100644
--- a/Makefile
+++ b/Makefile
@@ -30,14 +30,14 @@ uninstall_common:
 	for f in ${TZ}; do rm -f $(DESTDIR)$(PREFIX)/share/grub/tz/$$f; done
 	for f in ${LOCALES}; do rm -f $(DESTDIR)$(PREFIX)/share/grub/locales/$$f; done
 
-install_manjaro:
+install_tromjaro:
 	install -dm0755 $(DESTDIR)$(PREFIX)/share/grub/themes/tromjaro-live
 	install -m0644 ${MTHEME} $(DESTDIR)$(PREFIX)/share/grub/themes/tromjaro-live
 
 	install -dm0755 $(DESTDIR)$(PREFIX)/share/grub/themes/tromjaro-live/icons
 	install -m0644 ${MICONS} $(DESTDIR)$(PREFIX)/share/grub/themes/tromjaro-live/icons
 
-uninstall_manjaro:
+uninstall_tromjaro:
 	for f in ${MTHEME}; do rm -f $(DESTDIR)$(PREFIX)/share/grub/theme/tromjaro-live/$$f; done
 	for f in ${MICONS}; do rm -f $(DESTDIR)$(PREFIX)/share/grub/theme/tromjaro-live/icons/$$f; done