updated on Sat Jan 14 12:12:45 UTC 2012
[aur-mirror.git] / pango-unstable / pango.install
blob73b0f5bf1592606a3f57f473f0ee9422add3bace
1 # arg 1:  the new package version
2 post_install() {
3         # we need to ldconfig first, in case xfree86's libs aren't
4         # in ld.so.cache yet
5         sbin/ldconfig -r .
6         usr/bin/pango-querymodules >etc/pango/pango.modules
9 # arg 1:  the new package version
10 # arg 2:  the old package version
11 post_upgrade() {
12         if [ -f usr/etc/pango/pango.modules ]; then
13                 rm usr/etc/pango/pango.modules
14         fi
15         post_install $1
18 # arg 1:  the old package version
19 pre_remove() {
20         rm etc/pango/pango.modules