From 7defbf991a1006923e6caa645fb1efaa517639a6 Mon Sep 17 00:00:00 2001 From: kueller Date: Mon, 3 Jan 2011 10:48:06 +0000 Subject: [PATCH] Neue Version V963 git-svn-id: svn://svn.compuextreme.de/Viitor/V963/Viitor_pango@5933 504e572c-2e33-0410-9681-be2bf7408885 --- tmp/postinstall | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tmp/postinstall diff --git a/tmp/postinstall b/tmp/postinstall new file mode 100644 index 0000000..053c4ca --- /dev/null +++ b/tmp/postinstall @@ -0,0 +1,13 @@ +#!/bin/bash + +ldconfig +if [ -d /etc/pango-32 ]; then + USE_ARCH=32 pango-querymodules >/etc/pango-32/pango.modules +fi +if [ -d /etc/pango-64 ]; then + USE_ARCH=64 pango-querymodules >/etc/pango-64/pango.modules +fi +if [ -d /etc/pango ]; then + pango-querymodules >/etc/pango/pango.modules +fi +