extra/texlive-bin to 2021.59745-2

This commit is contained in:
Kevin Mihelich 2022-03-21 12:48:13 +00:00
parent 61646f7b93
commit 19808eb632

View file

@ -9,7 +9,7 @@
pkgname=('texlive-bin' 'libsynctex')
pkgver=2021.59745
pkgrel=1
pkgrel=2
license=('GPL')
arch=('x86_64')
makedepends=('git' 'cairo' 'pixman' 'graphite' 't1lib' 'gd'
@ -384,6 +384,9 @@ tikztosvg"
${_science_scripts} \
tlmgr; do
! readlink -e "$pkgdir"/usr/bin/$s && rm "$pkgdir"/usr/bin/$s
if [[ -f "$pkgdir/usr/share/man/man1/${s%.*}.1" ]]; then
rm -vf "$pkgdir/usr/share/man/man1/${s%.*}.1"
fi
done
###################################################################