From a46c01905b9a62c09a4654e86748c7f82d86eed5 Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Mon, 9 Oct 2017 10:08:25 -0500 Subject: [PATCH] run systemd in postinst (Closes: #877991) --- contrib/debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/debian/rules b/contrib/debian/rules index ceba55adb..c4b4fad46 100755 --- a/contrib/debian/rules +++ b/contrib/debian/rules @@ -14,7 +14,7 @@ ifneq ($(CI),) endif %: - dh $@ --with gir + dh $@ --with gir,systemd override_dh_auto_clean: rm -fr debian/build