diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-07-14 21:23:12 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-07-14 21:23:12 +0000 |
commit | 5717dce0e5c0955fb6cf3cbe28cd1803cb9475c8 (patch) | |
tree | f2acbb3b66ecc390547590350153865e91b704c8 /Master/tlpkg/tlpsrc/texlive.infra.tlpsrc | |
parent | 47cb49f3811180dad535e91ea3bfc3c20af93c10 (diff) |
Restore tlmgrgui icon, and use new path for it in postaction.
git-svn-id: svn://tug.org/texlive/trunk@19451 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlpsrc/texlive.infra.tlpsrc')
-rw-r--r-- | Master/tlpkg/tlpsrc/texlive.infra.tlpsrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc b/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc index cad55ab666f..c20dfa40a3e 100644 --- a/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc +++ b/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc @@ -12,7 +12,6 @@ docpattern f texmf/doc/man/man1/tlmgr.* runpattern d readme-html.dir runpattern d readme-txt.dir runpattern d tlpkg/TeXLive -runpattern d texmf/scripts/texlive/tlmgrgui # runpattern f LICENSE* runpattern f README @@ -22,6 +21,7 @@ runpattern f release-texlive.txt runpattern f texmf/scripts/texlive/tlmgr.pl runpattern f texmf/scripts/texlive/tlmgr.pl runpattern f texmf/scripts/texlive/tlmgrgui.pl +runpattern f texmf/scripts/texlive/tlmgrgui.ico runpattern f texmf/scripts/texlive/uninstall-win32.pl runpattern f texmf/web2c/fmtutil-hdr.cnf runpattern f texmf/web2c/updmap-hdr.cfg @@ -45,4 +45,4 @@ mips-irix,sparc-linux,alpha-linux,powerpc-linux,x86_64-linux,x86_64-solaris \ # post-install/update actions postaction shortcut type=menu name="TeX Live Manager" \ cmd=TEXDIR/bin/win32/tlmgr-gui.vbs \ - icon=TEXDIR/texmf/scripts/texlive/tlmgrgui/tlmgrgui.ico + icon=TEXDIR/texmf/scripts/texlive/tlmgrgui.ico |