mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/texlive-bin to 2021.59745-2
This commit is contained in:
parent
61646f7b93
commit
19808eb632
1 changed files with 4 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
pkgname=('texlive-bin' 'libsynctex')
|
pkgname=('texlive-bin' 'libsynctex')
|
||||||
pkgver=2021.59745
|
pkgver=2021.59745
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
makedepends=('git' 'cairo' 'pixman' 'graphite' 't1lib' 'gd'
|
makedepends=('git' 'cairo' 'pixman' 'graphite' 't1lib' 'gd'
|
||||||
|
@ -384,6 +384,9 @@ tikztosvg"
|
||||||
${_science_scripts} \
|
${_science_scripts} \
|
||||||
tlmgr; do
|
tlmgr; do
|
||||||
! readlink -e "$pkgdir"/usr/bin/$s && rm "$pkgdir"/usr/bin/$s
|
! 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
|
done
|
||||||
###################################################################
|
###################################################################
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue