From 6117ae778e0203c97e938b6d55fad342476e7963 Mon Sep 17 00:00:00 2001 From: groucho Date: Fri, 06 Jun 2003 11:36:17 +0000 Subject: Upon popular request (Harlekin :-) here it is --- (limited to 'qt') diff --git a/qt/control/qpf-bitstream-vera-large.control b/qt/control/qpf-bitstream-vera-large.control new file mode 100644 index 0000000..0884e6b --- a/dev/null +++ b/qt/control/qpf-bitstream-vera-large.control @@ -0,0 +1,11 @@ +Package: qpf-bitstream-vera-large +Files: $QTDIR/lib/fonts/vera_{140,160,180}_{50,50i,75,75i}* +Version: 1.10-4 +Priority: optional +Section: base +Depends: qte-fonts-common +Provides: qpf-bitstream-vera-large +Replaces: qpf-bitstream-vera-full +Maintainer: Chris Larson +Architecture: all +Description: Bitstream Vera Fonts - small sizes - QPF format diff --git a/qt/control/qpf-bitstream-vera-large.postinst b/qt/control/qpf-bitstream-vera-large.postinst new file mode 100755 index 0000000..9671d9a --- a/dev/null +++ b/qt/control/qpf-bitstream-vera-large.postinst @@ -0,0 +1,11 @@ +#!/bin/sh + +set -e + +if [ "$1" != "configure" ]; then + exit 0 +fi + +. /etc/profile + +update-qtfontdir -- cgit v0.9.0.2