diff options
author | John Estabrook <jestabro@vyos.io> | 2023-07-28 20:32:05 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-28 20:32:05 -0500 |
commit | ad27d4d9cd23beaf936e4028dea4150e1aed1bdb (patch) | |
tree | f1d7d0f199562937c5388555d1b080ddc50a5032 /debian | |
parent | e310cb6e194bdd67d2e3dcf2fb645382f7049a79 (diff) | |
parent | 223a6c5cd63fbcf7ff265b2721d0cd9f0aafb369 (diff) | |
download | vyos-1x-ad27d4d9cd23beaf936e4028dea4150e1aed1bdb.tar.gz vyos-1x-ad27d4d9cd23beaf936e4028dea4150e1aed1bdb.zip |
Merge pull request #2116 from jestabro/user-def
xml: T5403: add support for supplemental xml cache
Diffstat (limited to 'debian')
-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: |