mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +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')
|
||||
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
|
||||
###################################################################
|
||||
|
||||
|
|
Loading…
Reference in a new issue