From d59cee85611a1870df38797ab58a148c34db95a1 Mon Sep 17 00:00:00 2001 From: kueller Date: Wed, 27 Jan 2010 09:42:58 +0000 Subject: [PATCH] =?UTF-8?q?postinstall=20f=C3=BCr=20pango,=20damit=20die?= =?UTF-8?q?=20module=20konfiguration=20nach=20der=20installation=20erstell?= =?UTF-8?q?t=20wird?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.compuextreme.de/Viitor/V962/Viitor_pango@5233 504e572c-2e33-0410-9681-be2bf7408885 --- tmp/postinstall | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tmp/postinstall 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 +