[arch-commits] Commit in texlive-latexextra/trunk (PKGBUILD texlive.install)
Rémy Oudompheng
remy at archlinux.org
Wed Aug 3 06:30:21 UTC 2016
Date: Wednesday, August 3, 2016 @ 06:30:21
Author: remy
Revision: 272940
upgpkg: texlive-latexextra 2016.41473-2
Remove redundant install script (replaced by hooks).
Modified:
texlive-latexextra/trunk/PKGBUILD
Deleted:
texlive-latexextra/trunk/texlive.install
-----------------+
PKGBUILD | 3 +--
texlive.install | 52 ----------------------------------------------------
2 files changed, 1 insertion(+), 54 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-08-03 06:30:17 UTC (rev 272939)
+++ PKGBUILD 2016-08-03 06:30:21 UTC (rev 272940)
@@ -5,7 +5,7 @@
pkgname=texlive-latexextra
pkgver=2016.41473
_revnr=${pkgver#2016.}
-pkgrel=1
+pkgrel=2
pkgdesc="TeX Live - Large collection of add-on packages for LaTeX"
license=('GPL')
arch=(any)
@@ -21,7 +21,6 @@
url='http://tug.org/texlive/'
source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip" "$pkgname.maps")
options=('!emptydirs')
-install=texlive.install
md5sums=('04e9310f60d2936ce08747dba24ceadc'
'017fc9ed83747aa8884ca9ae0767531f')
Deleted: texlive.install
===================================================================
--- texlive.install 2016-08-03 06:30:17 UTC (rev 272939)
+++ texlive.install 2016-08-03 06:30:21 UTC (rev 272940)
@@ -1,52 +0,0 @@
-PKGNAME="texlive-latexextra"
-UPDMAP="etc/texmf/web2c/updmap.cfg"
-UPDMAPLOCAL="etc/texmf/web2c/updmap-local.cfg"
-SYNCWITHTREES=''
-
-MAPFILE="var/lib/texmf/arch/installedpkgs/$PKGNAME.maps"
-
-post_install() {
- TMPFILE=`mktemp`
- echo ">>> texlive: saving updmap.cfg as $TMPFILE..."
- cp "$UPDMAP" "$TMPFILE"
- echo ">>> texlive: regenerating updmap.cfg (custom additions should go"
- echo " into /etc/texmf/web2c/updmap-local.cfg"
- cp usr/share/texmf-dist/web2c/updmap-hdr.cfg $UPDMAP
- cat var/lib/texmf/arch/installedpkgs/*.maps >> $UPDMAP
- [ -f "$UPDMAPLOCAL" ] && cat "$UPDMAPLOCAL" >> $UPDMAP
- echo ">>> texlive: updating the filename database..."
- usr/bin/mktexlsr
- echo ">>> texlive: updating the fontmap files with updmap..."
- usr/bin/updmap-sys --quiet --nohash
- echo " done."
-}
-
-post_upgrade() {
- TMPFILE=`mktemp`
- echo ">>> texlive: saving updmap.cfg as $TMPFILE..."
- cp "$UPDMAP" "$TMPFILE"
- echo ">>> texlive: regenerating updmap.cfg (custom additions should go"
- echo " into /etc/texmf/web2c/updmap-local.cfg"
- cp usr/share/texmf-dist/web2c/updmap-hdr.cfg $UPDMAP
- cat var/lib/texmf/arch/installedpkgs/*.maps >> $UPDMAP
- [ -f "$UPDMAPLOCAL" ] && cat "$UPDMAPLOCAL" >> $UPDMAP
- echo ">>> texlive: updating the filename database..."
- usr/bin/mktexlsr
- echo ">>> texlive: updating the fontmap files with updmap..."
- usr/bin/updmap-sys --quiet --nohash $SYNCWITHTREES
- echo " done."
-}
-
-pre_remove() {
-for m in `cut -d' ' -f2 $MAPFILE`; do
- sed -i "/\s$m/d" $UPDMAP ;
-done
-}
-
-post_remove() {
- echo ">>> texlive: updating the filename database..."
- usr/bin/mktexlsr
- echo ">>> texlive: updating the fontmap files with updmap..."
- usr/bin/updmap-sys --quiet --nohash
- echo " done."
-}
More information about the arch-commits
mailing list