blob: 8913b75832b749068dac606a077a0e0da2b50601 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
category TLCore
shortdesc GUI frontend (tcl/tk-based) for tlmgr
binpattern f bin/${ARCH}/${PKGNAME}
binpattern d/win32 tlpkg/tltcl/bin
binpattern d/win32 tlpkg/tltcl/lib
#
runpattern d texmf-dist/scripts/tlshell
runpattern f tlpkg/tltcl/*.tcl
runpattern f tlpkg/tltcl/*.gif
#
docpattern d texmf-dist/doc/support/tlshell
# post-install/update actions
postaction shortcut type=menu name="TeX Live Manager" \
cmd=TEXDIR/bin/win32/tlshell.exe
|