diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/tlpkg/tlpsrc/texlive.infra.tlpsrc | 6 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/tlshell.tlpsrc | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc b/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc index 18ceef0169a..3a9840051e4 100644 --- a/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc +++ b/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc @@ -23,6 +23,7 @@ runpattern f release-texlive.txt runpattern f texmf-dist/scripts/texlive/tlmgr.pl runpattern f texmf-dist/scripts/texlive/tlmgrgui.pl runpattern f texmf-dist/scripts/texlive/uninstall-win32.pl +runpattern f texmf-dist/scripts/texlive/uninstq.vbs runpattern f texmf-dist/web2c/fmtutil-hdr.cnf runpattern f texmf-dist/web2c/updmap-hdr.cfg runpattern f tlpkg/installer/config.guess @@ -33,7 +34,6 @@ runpattern d tlpkg/gpg binpattern f bin/${ARCH}/tlmgr # binpattern f/win32 bin/win32/runscript.* -binpattern f/win32 bin/win32/tlmgr-gui.exe binpattern f/win32 bin/win32/wrunscript.* binpattern f/win32 tlpkg/installer/tar.exe binpattern f/win32 tlpkg/installer/xz/xz.exe @@ -73,7 +73,3 @@ x86_64-linux,\ x86_64-linuxmusl,\ x86_64-solaris \ tlpkg/installer/lz4/lz4.${ARCH} - -# post-install/update actions -postaction shortcut type=menu name="TeX Live Manager" \ - cmd=TEXDIR/bin/win32/tlmgr-gui.exe diff --git a/Master/tlpkg/tlpsrc/tlshell.tlpsrc b/Master/tlpkg/tlpsrc/tlshell.tlpsrc index 926d9bbf417..2bcb5f0bbfb 100644 --- a/Master/tlpkg/tlpsrc/tlshell.tlpsrc +++ b/Master/tlpkg/tlpsrc/tlshell.tlpsrc @@ -1,2 +1,6 @@ docpattern d texmf-dist/doc/support/tlshell binpattern f bin/${ARCH}/${PKGNAME} + +# post-install/update actions +postaction shortcut type=menu name="TeX Live Manager" \ + cmd=TEXDIR/bin/win32/tlshell.exe |