[arch-commits] Commit in texlive-langkorean/trunk (PKGBUILD texlive.install)
Rémy Oudompheng
remy at archlinux.org
Thu Aug 4 06:30:23 UTC 2016
Date: Thursday, August 4, 2016 @ 06:30:23
Author: remy
Revision: 273006
upgpkg: texlive-langkorean 2016.40373-2
Remove obsolete install script.
Modified:
texlive-langkorean/trunk/PKGBUILD
Deleted:
texlive-langkorean/trunk/texlive.install
-----------------+
PKGBUILD | 3 +--
texlive.install | 52 ----------------------------------------------------
2 files changed, 1 insertion(+), 54 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-08-04 06:30:19 UTC (rev 273005)
+++ PKGBUILD 2016-08-04 06:30:23 UTC (rev 273006)
@@ -4,7 +4,7 @@
pkgname=texlive-langkorean
pkgver=2016.40373
_revnr=${pkgver#2016.}
-pkgrel=1
+pkgrel=2
pkgdesc="TeX Live - Fonts and macro packages to typeset Korean texts"
license=('GPL')
arch=(any)
@@ -13,7 +13,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=('0b13ab7a8d1341453a55a67a4b5949c3'
'2d6340a6d762914210c76ac8ad1f4fff')
Deleted: texlive.install
===================================================================
--- texlive.install 2016-08-04 06:30:19 UTC (rev 273005)
+++ texlive.install 2016-08-04 06:30:23 UTC (rev 273006)
@@ -1,52 +0,0 @@
-PKGNAME="texlive-langcjk"
-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