diff options
author | John Estabrook <jestabro@vyos.io> | 2023-07-26 22:24:16 -0500 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2023-07-27 08:08:23 -0500 |
commit | 223a6c5cd63fbcf7ff265b2721d0cd9f0aafb369 (patch) | |
tree | d4956a12b94f54301e778c7e97dee1078c57797d /debian/vyos-1x.postinst | |
parent | 3de59f1365e5b908d3b24748d77dcb0bd9477ca8 (diff) | |
download | vyos-1x-223a6c5cd63fbcf7ff265b2721d0cd9f0aafb369.tar.gz vyos-1x-223a6c5cd63fbcf7ff265b2721d0cd9f0aafb369.zip |
xml: T5403: add support for supplemental xml cache
Diffstat (limited to 'debian/vyos-1x.postinst')
-rw-r--r-- | debian/vyos-1x.postinst | 3 |
1 files changed, 3 insertions, 0 deletions
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: |