From 7b3d5890037484a6ee4573744869f28301902a8b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 26 Aug 2024 12:17:27 +0200 Subject: Merging upstream version 13.17. Signed-off-by: Daniel Baumann --- dh_installsystemduser | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dh_installsystemduser') diff --git a/dh_installsystemduser b/dh_installsystemduser index 27e96e5..8db53ef 100755 --- a/dh_installsystemduser +++ b/dh_installsystemduser @@ -114,7 +114,7 @@ sub contains_install_section { sub install_user_unit { my ($package, $name, $suffix, $path) = @_; - my $unit = pkgfile($package, "user.$suffix"); + my $unit = pkgfile({'named' => 1}, $package, "user.$suffix"); return if $unit eq ''; install_dir($path); -- cgit v1.2.3