From cabb73d60844ca9718dc836f820bb76c10319f62 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Thu, 21 May 2009 13:39:21 +0000 Subject: rename bin-texlive -> texlive-scripts git-svn-id: svn://tug.org/texlive/trunk@13347 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/TeXLive/TLPostActions.pm | 6 +++--- Master/tlpkg/tlpsrc/bin-texlive.tlpsrc | 11 ----------- Master/tlpkg/tlpsrc/collection-basicbin.tlpsrc | 2 +- Master/tlpkg/tlpsrc/texlive-scripts.tlpsrc | 11 +++++++++++ 4 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 Master/tlpkg/tlpsrc/bin-texlive.tlpsrc create mode 100644 Master/tlpkg/tlpsrc/texlive-scripts.tlpsrc (limited to 'Master') diff --git a/Master/tlpkg/TeXLive/TLPostActions.pm b/Master/tlpkg/TeXLive/TLPostActions.pm index dcc787a2195..76e34461ac7 100644 --- a/Master/tlpkg/TeXLive/TLPostActions.pm +++ b/Master/tlpkg/TeXLive/TLPostActions.pm @@ -258,7 +258,7 @@ $PostRemove{'bin-tlpsv.win32'} = \&do_remove_bin_tlpsv_win32; $PostInstall{'bin-tlpsv.win32'} = \&do_install_bin_tlpsv_win32; # -# bin-texlive +# texlive-scripts # sub do_install_bin_texlive { my ($texdir, $texdirw) = @_; @@ -315,8 +315,8 @@ sub do_remove_bin_texlive { remove_desktop_shortcut('TeX Live Prompt'); } } -$PostInstall{'bin-texlive'} = \&do_install_bin_texlive; -$PostRemove{'bin-texlive'} = \&do_remove_bin_texlive; +$PostInstall{'texlive-scripts'} = \&do_install_bin_texlive; +$PostRemove{'texlive-scripts'} = \&do_remove_bin_texlive; # # texlive.infra diff --git a/Master/tlpkg/tlpsrc/bin-texlive.tlpsrc b/Master/tlpkg/tlpsrc/bin-texlive.tlpsrc deleted file mode 100644 index 859766aeaef..00000000000 --- a/Master/tlpkg/tlpsrc/bin-texlive.tlpsrc +++ /dev/null @@ -1,11 +0,0 @@ -name bin-texlive -category TLCore -shortdesc executables and files maintained as part of TeX Live -longdesc This packages contains the binaries of the TeX Live tools. -depend texlive.infra -runpattern d texmf/scripts/texlive/lua -runpattern f texmf/scripts/texlive/rungs.tlu -runpattern f texmf/scripts/texlive/test-tlpdb.tlu -runpattern f texmf/scripts/texlive/texconf.tlu -binpattern f bin/${ARCH}/rungs -binpattern f bin/win32/symlinks4cygwin.sh diff --git a/Master/tlpkg/tlpsrc/collection-basicbin.tlpsrc b/Master/tlpkg/tlpsrc/collection-basicbin.tlpsrc index a92d22a48b9..547c2426c34 100644 --- a/Master/tlpkg/tlpsrc/collection-basicbin.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-basicbin.tlpsrc @@ -9,7 +9,7 @@ depend gsftopk depend kpathsea depend mfware depend tetex -depend bin-texlive +depend texlive-scripts depend tex depend texconfig depend xdvi diff --git a/Master/tlpkg/tlpsrc/texlive-scripts.tlpsrc b/Master/tlpkg/tlpsrc/texlive-scripts.tlpsrc new file mode 100644 index 00000000000..6560391737d --- /dev/null +++ b/Master/tlpkg/tlpsrc/texlive-scripts.tlpsrc @@ -0,0 +1,11 @@ +name texlive-scripts +category TLCore +shortdesc executables and files maintained as part of TeX Live +longdesc This packages contains the binaries of the TeX Live tools. +depend texlive.infra +runpattern d texmf/scripts/texlive/lua +runpattern f texmf/scripts/texlive/rungs.tlu +runpattern f texmf/scripts/texlive/test-tlpdb.tlu +runpattern f texmf/scripts/texlive/texconf.tlu +binpattern f bin/${ARCH}/rungs +binpattern f bin/win32/symlinks4cygwin.sh -- cgit v1.2.3