commit d59cee85611a1870df38797ab58a148c34db95a1 Author: kueller Date: Wed Jan 27 09:42:58 2010 +0000 postinstall für pango, damit die module konfiguration nach der installation erstellt wird git-svn-id: svn://svn.compuextreme.de/Viitor/V962/Viitor_pango@5233 504e572c-2e33-0410-9681-be2bf7408885 diff --git a/tmp/postinstall b/tmp/postinstall new file mode 100644 index 0000000..ad806b8 --- /dev/null +++ b/tmp/postinstall @@ -0,0 +1,12 @@ +#!/bin/bash + +if [ -d /etc/pango-32 ]; then + USE_ARCH=32 pango-querymodules >/etc/pango-32 +fi +if [ -d /etc/pango-64 ]; then + USE_ARCH=64 pango-querymodules >/etc/pango-64 +fi +if [ -d /etc/pango ]; then + pango-querymodules >/etc/pango +fi +