Signed-off-by: Michael Straube <[email protected]>
---
Namcap/rules/externalhooks.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Namcap/rules/externalhooks.py b/Namcap/rules/externalhooks.py
index 562af20..aa6f465 100644
--- a/Namcap/rules/externalhooks.py
+++ b/Namcap/rules/externalhooks.py
@@ -34,6 +34,8 @@ class ExternalHooksRule(TarballRule):
'fc-cache',
'mkfontscale',
'mkfontdir',
+ 'systemd-sysusers',
+ 'systemd-tmpfiles',
]
def analyze(self, pkginfo, tar):
if ".INSTALL" not in tar.getnames():
--
2.12.0