Add the commands run by fontconfig.hook and
xorg-mkfontdir.hook to the externalhooks rule.
Signed-off-by: Michael Straube <straubem(a)gmx.de>
---
Namcap/rules/externalhooks.py | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Namcap/rules/externalhooks.py b/Namcap/rules/externalhooks.py
index aad2bd2..562af20 100644
--- a/Namcap/rules/externalhooks.py
+++ b/Namcap/rules/externalhooks.py
@@ -31,6 +31,9 @@ class ExternalHooksRule(TarballRule):
'xdg-icon-resource',
'gconfpkg',
'gio-querymodules',
+ 'fc-cache',
+ 'mkfontscale',
+ 'mkfontdir',
]
def analyze(self, pkginfo, tar):
if ".INSTALL" not in tar.getnames():
--
2.11.0