diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-12-14 14:12:31 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-12-14 22:14:38 +0100 |
commit | 49e74d7e2e2981a8002497eeb269cd674e38a5e3 (patch) | |
tree | 8d72b6c0162fb80c4e389bceaa594b854a07bc26 /catalog | |
parent | b2e7486cc7220552ecc79700ad2db7fa4666f060 (diff) | |
download | systemd-49e74d7e2e2981a8002497eeb269cd674e38a5e3.tar.gz systemd-49e74d7e2e2981a8002497eeb269cd674e38a5e3.tar.bz2 systemd-49e74d7e2e2981a8002497eeb269cd674e38a5e3.zip |
meson: restore --update-catalog call after install
This got dropped by mistake in 72cdb3e783174dcf9223a49f03e3b0e2ca95ddb8.
Diffstat (limited to 'catalog')
-rw-r--r-- | catalog/meson.build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/catalog/meson.build b/catalog/meson.build index baebd45ea4..69f970388a 100644 --- a/catalog/meson.build +++ b/catalog/meson.build @@ -44,3 +44,7 @@ foreach file : in_files install : true, install_dir : catalogdir) endforeach + +meson.add_install_script('sh', '-c', + 'test -n "$DESTDIR" || @0@/journalctl --update-catalog' + .format(rootbindir)) |