mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 14:07:13 +08:00
pango doesn't use querymodules anymore
This commit is contained in:
parent
df8ba6f295
commit
afdce917f8
@ -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')
|
||||
|
@ -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() {
|
||||
if [ -f etc/pango/pango.modules ]; then
|
||||
rm etc/pango/pango.modules
|
||||
fi
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user