From d5e3f26dcdf623099c4f0fe5cceb72f34cebdc49 Mon Sep 17 00:00:00 2001 From: Giancarlo Razzolini Date: Mon, 28 Oct 2019 22:31:59 -0300 Subject: Makefile: Add the remove hook and script to install Add the remove hook and remove script as part of the installation. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7b19ddb..9ef0f6a 100644 --- a/Makefile +++ b/Makefile @@ -74,6 +74,8 @@ install: all install -m644 libalpm/hooks/90-mkinitcpio-install.hook $(DESTDIR)/usr/share/libalpm/hooks/90-mkinitcpio-install.hook install -m755 libalpm/scripts/mkinitcpio-install $(DESTDIR)/usr/share/libalpm/scripts/mkinitcpio-install + install -m644 libalpm/hooks/60-mkinitcpio-remove.hook $(DESTDIR)/usr/share/libalpm/hooks/60-mkinitcpio-remove.hook + install -m755 libalpm/scripts/mkinitcpio-remove $(DESTDIR)/usr/share/libalpm/scripts/mkinitcpio-remove doc: $(MANPAGES) man/%: man/%.txt Makefile -- cgit v1.2.3-24-g4f1b