]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - scripts/sphinx-pre-install
iommu/vt-d: Fix double list_add when enabling VMD in scalable mode
[mirror_ubuntu-jammy-kernel.git] / scripts / sphinx-pre-install
index 288e86a9d1e583e52840e46b258745af0da152ee..f126ecbb0494dd1cefd01e9c3137a626f947fc32 100755 (executable)
@@ -78,6 +78,7 @@ my %texlive = (
        'ucs.sty'            => 'texlive-ucs',
        'upquote.sty'        => 'texlive-upquote',
        'wrapfig.sty'        => 'texlive-wrapfig',
+       'ctexhook.sty'       => 'texlive-ctex',
 );
 
 #
@@ -369,6 +370,9 @@ sub give_debian_hints()
        );
 
        if ($pdf) {
+               check_missing_file(["/usr/share/texlive/texmf-dist/tex/latex/ctex/ctexhook.sty"],
+                                  "texlive-lang-chinese", 2);
+
                check_missing_file(["/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf"],
                                   "fonts-dejavu", 2);