Compare commits

...

No commits in common. "v962" and "v963" have entirely different histories.
v962 ... v963

View File

@ -1,5 +1,11 @@
#!/bin/bash
if [ -d /usr/X11R7/lib64 ]; then
mkdir -p /etc/pango-{32,64}
else
mkdir -p /etc/pango
fi
ldconfig
if [ -d /etc/pango-32 ]; then
USE_ARCH=32 pango-querymodules >/etc/pango-32/pango.modules