[arch-commits] Commit in pango/trunk (pango.install)

Jan de Groot jgc at nymeria.archlinux.org
Mon Jul 1 10:19:49 UTC 2013


    Date: Monday, July 1, 2013 @ 12:19:48
  Author: jgc
Revision: 189245

Remove calls to ldconfig

Modified:
  pango/trunk/pango.install

---------------+
 pango.install |    9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

Modified: pango.install
===================================================================
--- pango.install	2013-07-01 10:04:11 UTC (rev 189244)
+++ pango.install	2013-07-01 10:19:48 UTC (rev 189245)
@@ -1,21 +1,14 @@
-# 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
+	post_install
 }
 
-# arg 1:  the old package version
 pre_remove() {
 	rm etc/pango/pango.modules
 }




More information about the arch-commits mailing list