author | kergoth <kergoth> | 2003-04-25 15:38:39 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-04-25 15:38:39 (UTC) |
commit | ed49328dc30e6e12f78c788d042ba01ce2cd2a0d (patch) (side-by-side diff) | |
tree | fbd446e4e63b5066e9840bea76d60f03dd3fd723 /qt/control | |
parent | bddc2d168776bf7674f9b938f8889051fb9fa7a8 (diff) | |
download | opie-ed49328dc30e6e12f78c788d042ba01ce2cd2a0d.zip opie-ed49328dc30e6e12f78c788d042ba01ce2cd2a0d.tar.gz opie-ed49328dc30e6e12f78c788d042ba01ce2cd2a0d.tar.bz2 |
Reducing ambiguity in vera packaging
-rw-r--r-- | qt/control/qpf-bitstream-vera-full.control | 11 | ||||
-rwxr-xr-x | qt/control/qpf-bitstream-vera-full.postinst | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/qt/control/qpf-bitstream-vera-full.control b/qt/control/qpf-bitstream-vera-full.control new file mode 100644 index 0000000..1241c07 --- a/dev/null +++ b/qt/control/qpf-bitstream-vera-full.control @@ -0,0 +1,11 @@ +Package: qpf-bitstream-vera-full +Files: $QTDIR/lib/fonts/vera_{80,100,120,140,160,180}_{50,50i,75,75i}* +Version: 1.10-3 +Priority: optional +Section: base +Depends: qte-fonts-common +Provides: qpf-bitstream-vera +Replaces: qpf-bitstream-vera-light +Maintainer: Chris Larson <kergoth@handhelds.org> +Architecture: all +Description: Bitstream Vera Fonts - QPF format diff --git a/qt/control/qpf-bitstream-vera-full.postinst b/qt/control/qpf-bitstream-vera-full.postinst new file mode 100755 index 0000000..9671d9a --- a/dev/null +++ b/qt/control/qpf-bitstream-vera-full.postinst @@ -0,0 +1,11 @@ +#!/bin/sh + +set -e + +if [ "$1" != "configure" ]; then + exit 0 +fi + +. /etc/profile + +update-qtfontdir |