updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / pango-dfb / pango-dfb.install
blob53f3433dcb3723ae617db125d41f16f1d55f4ade
1 post_install() {
2   echo "Querying modules"
3   mkdir -p /opt/gtkdfb/etc/pango
4   /opt/gtkdfb/bin/pango-querymodules > /opt/gtkdfb/etc/pango/pango.modules
5   echo "Done"
6   echo " "
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. "
19 post_upgrade() {
20   post_install
24 op=$1
25 shift
26 $op $*