diff mbox

[namcap] Add vlc-cache-gen to externalhooks

Message ID 20170502175735.17018-1-straubem@gmx.de
State Accepted
Headers show

Commit Message

Michael Straube May 2, 2017, 5:57 p.m. UTC
Covered by update-vlc-plugin-cache.hook from the vlc package.

Signed-off-by: Michael Straube <straubem@gmx.de>
---
 Namcap/rules/externalhooks.py | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/Namcap/rules/externalhooks.py b/Namcap/rules/externalhooks.py
index aa6f465..2098f5f 100644
--- a/Namcap/rules/externalhooks.py
+++ b/Namcap/rules/externalhooks.py
@@ -36,6 +36,7 @@  class ExternalHooksRule(TarballRule):
 		'mkfontdir',
 		'systemd-sysusers',
 		'systemd-tmpfiles',
+		'vlc-cache-gen',
 	]
 	def analyze(self, pkginfo, tar):
 		if ".INSTALL" not in tar.getnames():