summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTilman Blumenbach <tilman+git@ax86.net>2016-03-06 15:41:35 +0100
committerJoey Hess <joeyh@joeyh.name>2016-03-06 13:29:33 -0400
commit6deeafa7127b2c31cfd60e3f857db381a2e838d7 (patch)
tree77b7dc65e1c180457d363b97fd4f5467f1dae023
parentcbd19bc4585e295f2b46a7db8f7f6f87e40edc60 (diff)
Make Pacman 5 call etckeeper hooks as late as possible.
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 70bddfa..16f4a5a 100644
--- a/Makefile
+++ b/Makefile
@@ -38,8 +38,8 @@ ifeq ($(HIGHLEVEL_PACKAGE_MANAGER),apt)
endif
ifeq ($(LOWLEVEL_PACKAGE_MANAGER),pacman)
mkdir -p $(DESTDIR)$(prefix)/share/libalpm/hooks
- $(INSTALL_DATA) ./pacman-pre-install.hook $(DESTDIR)$(prefix)/share/libalpm/hooks/etckeeper-pre-install.hook
- $(INSTALL_DATA) ./pacman-post-install.hook $(DESTDIR)$(prefix)/share/libalpm/hooks/etckeeper-post-install.hook
+ $(INSTALL_DATA) ./pacman-pre-install.hook $(DESTDIR)$(prefix)/share/libalpm/hooks/95-etckeeper-pre-install.hook
+ $(INSTALL_DATA) ./pacman-post-install.hook $(DESTDIR)$(prefix)/share/libalpm/hooks/95-etckeeper-post-install.hook
endif
ifeq ($(LOWLEVEL_PACKAGE_MANAGER),pacman-g2)
mkdir -p $(DESTDIR)$(etcdir)/pacman-g2/hooks