Skip to content

Commit

Permalink
hooks: remove info-dir hook
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mariux committed May 30, 2012
1 parent b82062d commit 023f063
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 023f063

Please sign in to comment.