blob: baa2ec81d8820cc4a87420fc0c605fe9fc019348 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
category TLCore
shortdesc GUI frontend (tcl/tk-based) for tlmgr
binpattern f bin/${ARCH}/${PKGNAME}
binpattern f/win32 tlpkg/tltcl/tclkit.exe
#
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
|