diff --git a/meson_post_install.py b/meson_post_install.py index e8f38da..0e34cad 100644 --- a/meson_post_install.py +++ b/meson_post_install.py @@ -22,7 +22,6 @@ import sys destdir = os.environ.get('DESTDIR', '') if not destdir and not os.path.exists('/run/.containerenv'): - print('Calling systemd-tmpfiles --create ...') subprocess.run(['systemd-tmpfiles', '--create'], check=True) sys.exit(0)