author | groucho <groucho> | 2003-06-06 11:36:17 (UTC) |
---|---|---|
committer | groucho <groucho> | 2003-06-06 11:36:17 (UTC) |
commit | 6117ae778e0203c97e938b6d55fad342476e7963 (patch) (unidiff) | |
tree | 3f3059bf5f783b2fd94eeed61ef19a52102151a7 /qt | |
parent | cac58fc981164b4c0853cddc017ea0c79773cde4 (diff) | |
download | opie-6117ae778e0203c97e938b6d55fad342476e7963.zip opie-6117ae778e0203c97e938b6d55fad342476e7963.tar.gz opie-6117ae778e0203c97e938b6d55fad342476e7963.tar.bz2 |
Upon popular request (Harlekin :-) here it is
-rw-r--r-- | qt/control/qpf-bitstream-vera-large.control | 11 | ||||
-rwxr-xr-x | qt/control/qpf-bitstream-vera-large.postinst | 11 |
2 files changed, 22 insertions, 0 deletions
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 @@ | |||
1 | Package: qpf-bitstream-vera-large | ||
2 | Files: $QTDIR/lib/fonts/vera_{140,160,180}_{50,50i,75,75i}* | ||
3 | Version: 1.10-4 | ||
4 | Priority: optional | ||
5 | Section: base | ||
6 | Depends: qte-fonts-common | ||
7 | Provides: qpf-bitstream-vera-large | ||
8 | Replaces: qpf-bitstream-vera-full | ||
9 | Maintainer: Chris Larson <kergoth@handhelds.org> | ||
10 | Architecture: all | ||
11 | 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 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | set -e | ||
4 | |||
5 | if [ "$1" != "configure" ]; then | ||
6 | exit 0 | ||
7 | fi | ||
8 | |||
9 | . /etc/profile | ||
10 | |||
11 | update-qtfontdir | ||