From 0282da007d1f38c98857fc2ac7bd583c9e6d4517 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 15 Sep 2014 17:22:00 +0200 Subject: [PATCH] texlive-bin: switch to INSTALL.msg. --- srcpkgs/texlive-bin/INSTALL | 49 --------------------------------- srcpkgs/texlive-bin/INSTALL.msg | 45 ++++++++++++++++++++++++++++++ srcpkgs/texlive-bin/template | 2 +- 3 files changed, 46 insertions(+), 50 deletions(-) create mode 100644 srcpkgs/texlive-bin/INSTALL.msg diff --git a/srcpkgs/texlive-bin/INSTALL b/srcpkgs/texlive-bin/INSTALL index 1e640a5e15a..776dcbbd937 100644 --- a/srcpkgs/texlive-bin/INSTALL +++ b/srcpkgs/texlive-bin/INSTALL @@ -6,55 +6,6 @@ case "${ACTION}" in post) cd /opt/texlive-installer ./install-tl -profile void.profile - - - cat << _EOF -===================================================================== - -- TeXLive is free software see the files: - - /usr/share/licenses/texlive-bin/LICENSE.TL - /usr/share/licenses/texlive-bin/LICENSE.CTAN - -===================================================================== - - This package sets the location of TeXLive binary using the file: - /etc/profile.d/texlive.sh. - - see http://www.tug.org/texlive/quickinstall.html for details - - Check if your PATH is update correctly with: - - $ printenv - - You may need to reboot to ensure that PATH is update correctly, - for the impatients, if you want you can type - - $ source /etc/profile - - and check the PATH. - -===================================================================== - - To update you TeXLive installation use only the program - - /opt/texlive/${VERSION}//tlmgr. - - where is: - - X86_64-linux ==> x86_64 architecture - - i386-linux ==> i386 architecture - - see: - - http://www.tug.org/texlive/doc/tlmgr.html#EXAMPLES - - for the details and the documentation in - - WARNING: To avoid messing up your TeXLive installation, DON'T use - the installation scripts in /opt/texlive-installer. - -===================================================================== -_EOF ;; esac diff --git a/srcpkgs/texlive-bin/INSTALL.msg b/srcpkgs/texlive-bin/INSTALL.msg new file mode 100644 index 00000000000..206b814bd8c --- /dev/null +++ b/srcpkgs/texlive-bin/INSTALL.msg @@ -0,0 +1,45 @@ +===================================================================== + +- TeXLive is free software see the files: + + /usr/share/licenses/texlive-bin/LICENSE.TL + /usr/share/licenses/texlive-bin/LICENSE.CTAN + +===================================================================== + + This package sets the location of TeXLive binary using the file: + /etc/profile.d/texlive.sh. + + see http://www.tug.org/texlive/quickinstall.html for details + + Check if your PATH is update correctly with: + + $ printenv + + You may need to reboot to ensure that PATH is update correctly, + for the impatients, if you want you can type + + $ source /etc/profile + + and check the PATH. + +===================================================================== + + To update you TeXLive installation use only the program + + /opt/texlive/${VERSION}//tlmgr. + + where is: + - X86_64-linux ==> x86_64 architecture + - i386-linux ==> i386 architecture + + see: + + http://www.tug.org/texlive/doc/tlmgr.html#EXAMPLES + + for the details and the documentation in + + WARNING: To avoid messing up your TeXLive installation, DON'T use + the installation scripts in /opt/texlive-installer. + +===================================================================== diff --git a/srcpkgs/texlive-bin/template b/srcpkgs/texlive-bin/template index 85f40ec53c2..8095429158f 100644 --- a/srcpkgs/texlive-bin/template +++ b/srcpkgs/texlive-bin/template @@ -1,7 +1,7 @@ # Template file for 'texlive-bin' pkgname=texlive-bin version=2013 -revision=2 +revision=3 maintainer="Carlo Dormeletti " homepage="http://tug.org/texlive/" license="GPL-2"