pango doesn't use querymodules anymore

This commit is contained in:
Weng Xuetian 2015-12-17 16:10:43 +00:00
parent df8ba6f295
commit afdce917f8
2 changed files with 4 additions and 17 deletions

View File

@ -2,7 +2,7 @@
pkgname=pango
pkgver=1.38.1
pkgrel=1
pkgrel=2
pkgdesc="A library for layout and rendering of text"
arch=('x86_64')
license=('LGPL')

View File

@ -1,21 +1,8 @@
# arg 1: the new package version
post_install() {
# we need to ldconfig first, in case xfree86's libs aren't
# in ld.so.cache yet
sbin/ldconfig -r .
usr/bin/pango-querymodules >etc/pango/pango.modules
}
# arg 1: the new package version
# arg 2: the old package version
post_upgrade() {
if [ -f usr/etc/pango/pango.modules ]; then
rm usr/etc/pango/pango.modules
fi
post_install $1
}
# arg 1: the old package version
pre_remove() {
rm etc/pango/pango.modules
if [ -f etc/pango/pango.modules ]; then
rm etc/pango/pango.modules
fi
}