build-sys: update catalog on installation

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2012-11-16 11:00:49 +01:00
parent 80343dc19a
commit e2bb347f85
1 changed files with 12 additions and 0 deletions

View File

@ -2714,6 +2714,18 @@ libsystemd-journal-uninstall-hook:
UNINSTALL_EXEC_HOOKS += \
libsystemd-journal-uninstall-hook
# Update catalog on installation / deinstallation. Do not bother if installing
# in DESTDIR, since this is likely for packaging purposes.
catalog-update-hook:
test -n "$(DESTDIR)" || journalctl --update-catalog
INSTALL_EXEC_HOOKS += \
catalog-update-hook
UNINSTALL_EXEC_HOOKS += \
catalog-update-hook
noinst_PROGRAMS += \
test-journal \
test-journal-send \