2 echo "Querying modules"
3 mkdir -p /opt/gtkdfb/etc/pango
4 /opt/gtkdfb/bin/pango-querymodules > /opt/gtkdfb/etc/pango/pango.modules
7 echo "***************************************************************"
8 echo " /!\ IMPORTANT /!\ "
9 echo "***************************************************************"
10 echo "If you want to use the dfb version of pango from this packages, "
11 echo "you MUST begin by typing 'LD_LIBRAY_PATH=/opt/gtkdfb/lib' BEFORE "
12 echo "launching your program, in order to load the correct version of the "
13 echo "library. The reason is that dfb-based version is located under "
14 echo "/opt/gtkdfb/lib instead of /usr/lib."
15 echo "This way, both X11 and DFB versions of pango can coexists"
16 echo "and be used at the same time. "