diff options
author | Siep Kroonenberg <siepo@cybercomm.nl> | 2019-04-03 21:15:43 +0000 |
---|---|---|
committer | Siep Kroonenberg <siepo@cybercomm.nl> | 2019-04-03 21:15:43 +0000 |
commit | d6ff1bfb7ce8be3dad1d392898a5489c3f1ae8e1 (patch) | |
tree | 8673bd19e5e956d842e55389503bc75d6ac500f0 | |
parent | 0670fa4dd2c91dcf3cfb6e805cd2a5d7f773daaf (diff) |
Commented out all postactions for PS_View
git-svn-id: svn://tug.org/texlive/trunk@50728 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc b/Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc index de5400a72af..396a24ff821 100644 --- a/Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc +++ b/Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc @@ -7,8 +7,8 @@ longdesc TeX Live includes executables only for Windows. # all the archs are created binpattern f/win32 bin/win32/psv runpattern d tlpkg/tlpsv -postaction shortcut type=menu name="PS_View" cmd=TEXDIR/bin/win32/psv.exe -postaction filetype name=TL.PSView.view cmd='"TEXDIR/bin/win32/psv.exe" "%1"' -postaction fileassoc extension=.eps filetype=TL.PSView.view -postaction fileassoc extension=.ps filetype=TL.PSView.view -postaction fileassoc extension=.pdf filetype=TL.PSView.view +# postaction shortcut type=menu name="PS_View" cmd=TEXDIR/bin/win32/psv.exe +# postaction filetype name=TL.PSView.view cmd='"TEXDIR/bin/win32/psv.exe" "%1"' +# postaction fileassoc extension=.eps filetype=TL.PSView.view +# postaction fileassoc extension=.ps filetype=TL.PSView.view +# postaction fileassoc extension=.pdf filetype=TL.PSView.view |