Compare commits

...

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

View File

@ -1,11 +1,5 @@
#!/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