updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / cairo-dfb / cairo-dfb.install
blob0edd7d2e19130eb80f7108a1d76495e7d364a860
1 post_install() {
2   echo "***************************************************************"
3   echo "                      /!\   IMPORTANT   /!\ "
4   echo "***************************************************************"
5   echo "If you want to use the dfb version of cairo from this packages, "
6   echo "you MUST begin by typing 'LD_LIBRAY_PATH=/opt/gtkdfb/lib' BEFORE "
7   echo "launching your program, in order to load the correct version of the "
8   echo "library. The reason is that dfb-based version is located under "
9   echo "/opt/gtkdfb/lib instead of /usr/lib."
10   echo "This way, both X11 and DFB versions of cairo can co-exists"
11   echo "and be used at the same time."
14 post_upgrade() {
15   post_install
19 op=$1
20 shift
21 $op $*