From b1289f41defb14fe3d793656c40bebe50f3062ea Mon Sep 17 00:00:00 2001
From: kergoth <kergoth>
Date: Wed, 23 Apr 2003 00:12:32 +0000
Subject: Increase package granularity of qt/e font packages.

---
(limited to 'qt/control/qpf-micro.postinst')

diff --git a/qt/control/qpf-micro.postinst b/qt/control/qpf-micro.postinst
new file mode 100755
index 0000000..30336ce
--- a/dev/null
+++ b/qt/control/qpf-micro.postinst
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+set -e
+
+if [ "$1" != "configure" ]; then
+    exit 0
+fi
+
+update-qtfontdir
--
cgit v0.9.0.2