https://bugzilla.novell.com/show_bug.cgi?id=235626 ro@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED Info Provider|ro@novell.com | ------- Comment #19 from ro@novell.com 2007-02-28 04:56 MST ------- which info is missing from my side here. pango.i586 currently has these scripts: postinstall scriptlet (using /bin/sh): sbin/ldconfig LD_LIBRARY_PATH=usr/lib\ usr/bin/pango-querymodules\ > etc/pango/pango.modules postuninstall scriptlet (using /bin/sh): /sbin/ldconfig if [ -x usr/bin/pango-querymodules ] ; then LD_LIBRARY_PATH=usr/lib\ usr/bin/pango-querymodules\ > etc/pango/pango.modules fi pango-32bit.x86_64 has: postinstall scriptlet (using /bin/sh): /sbin/ldconfig LD_LIBRARY_PATH=usr/lib usr/bin/pango-querymodules > etc/pango/pango.modules preuninstall scriptlet (using /bin/sh): /sbin/ldconfig if [ -x usr/bin/pango-querymodules ] ; then LD_LIBRARY_PATH=usr/lib usr/bin/pango-querymodules > etc/pango/pango.modules fi which should be fairly identical. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.