diff options
author | Piotr Strzelczyk <piotr@eps.gda.pl> | 2012-08-02 03:04:49 +0000 |
---|---|---|
committer | Piotr Strzelczyk <piotr@eps.gda.pl> | 2012-08-02 03:04:49 +0000 |
commit | 1920559bcfbbef6db8571433023c4da58026a3f6 (patch) | |
tree | e84033d08d61b8807552784f6cd68af62a091176 /Master/tlpkg | |
parent | 9e2ca0b57b26d277d2eefd19f1a95b79530d5f89 (diff) |
command prompt starter tl-cmd.bat belongs to texlive-scripts, not texlive.infra
git-svn-id: svn://tug.org/texlive/trunk@27282 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/tlpsrc/texlive-scripts.tlpsrc | 5 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/texlive.infra.tlpsrc | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/Master/tlpkg/tlpsrc/texlive-scripts.tlpsrc b/Master/tlpkg/tlpsrc/texlive-scripts.tlpsrc index 98c4feebaf0..6affe3d7d5e 100644 --- a/Master/tlpkg/tlpsrc/texlive-scripts.tlpsrc +++ b/Master/tlpkg/tlpsrc/texlive-scripts.tlpsrc @@ -24,4 +24,9 @@ docpattern f texmf/doc/man/man1/install-tl.* # runscript and tl-tray-menu binpattern f/win32 bin/win32/runscript.* binpattern f/win32 tl-tray-menu.exe +binpattern f/win32 tlpkg/installer/tl-cmd.bat binpattern f/win32 tlpkg/installer/tl-tray-menu.ini +# +# post-install/update actions +postaction shortcut type=menu name="TeX Live command-line" \ + cmd=TEXDIR/tlpkg/installer/tl-cmd.bat diff --git a/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc b/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc index a23e4c62675..f42d0b3c758 100644 --- a/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc +++ b/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc @@ -33,7 +33,6 @@ binpattern f/win32 tlpkg/installer/tar.exe binpattern f/win32 tlpkg/installer/xz/xzdec.exe binpattern f/win32 tlpkg/installer/xz/xz.exe binpattern f/win32 tlpkg/installer/wget/wget.exe -binpattern f/win32 tlpkg/installer/tl-cmd.bat binpattern f/i386-cygwin tlpkg/installer/xz/xzdec.i386-cygwin.exe binpattern f/i386-cygwin tlpkg/installer/xz/xz.i386-cygwin.exe binpattern f/!i386-cygwin tlpkg/installer/xz/xzdec.${ARCH} @@ -55,5 +54,3 @@ x86_64-solaris \ # post-install/update actions postaction shortcut type=menu name="TeX Live Manager" \ cmd=TEXDIR/bin/win32/tlmgr-gui.exe -postaction shortcut type=menu name="TeX Live command-line" \ - cmd=TEXDIR/tlpkg/installer/tl-cmd.bat |