[arch-commits] Commit in texlive-games/trunk (PKGBUILD texlive.install)
Rémy Oudompheng
remy at archlinux.org
Fri Aug 5 06:06:37 UTC 2016
Date: Friday, August 5, 2016 @ 06:06:37
Author: remy
Revision: 273086
upgpkg: texlive-games 2016.39318-2
Remove obsolete install script
Modified:
texlive-games/trunk/PKGBUILD
Deleted:
texlive-games/trunk/texlive.install
-----------------+
PKGBUILD | 3 +--
texlive.install | 52 ----------------------------------------------------
2 files changed, 1 insertion(+), 54 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-08-05 05:43:07 UTC (rev 273085)
+++ PKGBUILD 2016-08-05 06:06:37 UTC (rev 273086)
@@ -5,7 +5,7 @@
pkgname=texlive-games
pkgver=2016.39318
_revnr=${pkgver#2016.}
-pkgrel=1
+pkgrel=2
pkgdesc="TeX Live - Setups for typesetting various board games, including chess"
license=('GPL')
arch=(any)
@@ -14,7 +14,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=('80f09f7c2c0fbd732fc15447f6491a2b'
'387a994c27b49be1ac3cf64a8f9ab155')
Deleted: texlive.install
===================================================================
--- texlive.install 2016-08-05 05:43:07 UTC (rev 273085)
+++ texlive.install 2016-08-05 06:06:37 UTC (rev 273086)
@@ -1,52 +0,0 @@
-PKGNAME="texlive-games"
-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