From 223a6c5cd63fbcf7ff265b2721d0cd9f0aafb369 Mon Sep 17 00:00:00 2001 From: John Estabrook Date: Wed, 26 Jul 2023 22:24:16 -0500 Subject: xml: T5403: add support for supplemental xml cache --- debian/vyos-1x.postinst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian') diff --git a/debian/vyos-1x.postinst b/debian/vyos-1x.postinst index 93e7ced9b..b1bd23ff2 100644 --- a/debian/vyos-1x.postinst +++ b/debian/vyos-1x.postinst @@ -180,6 +180,9 @@ systemctl enable vyos-config-cloud-init.service # Generate API GraphQL schema /usr/libexec/vyos/services/api/graphql/generate/generate_schema.py +# Update XML cache +python3 /usr/lib/python3/dist-packages/vyos/xml_ref/update_cache.py + # T1797: disable VPP support for rolling release, should be used by developers # only (in the initial phase). If you wan't to enable VPP use the below command # on your VyOS installation: -- cgit v1.2.3