From 023f0637d9d5a3ecb668ddb2c8780ba21061120b Mon Sep 17 00:00:00 2001 From: Marius Tolzmann Date: Wed, 30 May 2012 16:02:37 +0200 Subject: [PATCH] hooks: remove info-dir hook the info dir hook has a bug and so does the whole logic. when removing a package after an update the hook runs even if it matches files that were not removed during the update. see issue #104 --- Makefile | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 6e87d8d..6eb0dc1 100644 --- a/Makefile +++ b/Makefile @@ -65,9 +65,17 @@ LIBRARY_SHELL=beelib.config.sh BUILDTYPES=configure cmake autogen perl-module perl-module-makemaker make python-module -HELPER_HOOKS_SHELL=update-mime-database glib-compile-schemas mkfontdir-mkfontscale gtk-update-icon-cache \ - ldconfig update-desktop-database gdk-pixbuf-query-loaders mandb systemd-tmpfiles \ - gconf-install-schemas info-dir +HELPER_HOOKS_SHELL=\ + update-mime-database \ + glib-compile-schemas \ + mkfontdir-mkfontscale \ + gtk-update-icon-cache \ + ldconfig \ + update-desktop-database \ + gdk-pixbuf-query-loaders \ + mandb \ + systemd-tmpfiles \ + gconf-install-schemas MANPAGES=bee.1 bee-check.1 bee-init.1 bee-install.1 bee-list.1 bee-query.1 bee-remove.1 bee-dep.1 \ bee-update.1 bee-download.1