Remove install script for ubuntu-latex-fonts

is now automatically done by /usr/share/libalpm/hooks/mktexlsr.hook from
textlive-bin package
This commit is contained in:
Martchus 2016-08-08 21:37:37 +02:00
parent 2b5d0bc841
commit 7ad293a16e
2 changed files with 3 additions and 14 deletions

View File

@ -5,7 +5,7 @@
pkgname=ubuntu-latex-fonts-git
pkgver=r71.1fe3a42
pkgrel=1
pkgrel=2
epoch=1
pkgdesc='Enables you to use the original Ubuntu Font Familiy with LaTeX'
arch=('any')
@ -15,7 +15,6 @@ depends=('texlive-core')
makedepends=('git')
optdepends=()
conflicts=('ubuntu-latex-fonts')
install=ubuntu-latex-fonts.install
source=("$pkgname"::'git://github.com/tzwenn/ubuntu-latex-fonts.git')
md5sums=('SKIP')
@ -32,7 +31,8 @@ package() {
cd "$srcdir/$pkgname"
install -d "$pkgdir/usr/share/texmf-dist/fonts/tfm/ubuntu"
make "PREFIX=$pkgdir/usr/share/texmf-dist" install
install -d "$pkgdir/usr/share/texmf-dist/fonts/afm/ubuntu"
make PREFIX="$pkgdir/usr/share/texmf-dist" install
rm "$pkgdir/usr/share/texmf-dist/ls-R"

View File

@ -1,11 +0,0 @@
post_install() {
mktexlsr
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}