author | kergoth <kergoth> | 2003-04-25 15:38:39 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-04-25 15:38:39 (UTC) |
commit | ed49328dc30e6e12f78c788d042ba01ce2cd2a0d (patch) (unidiff) | |
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 @@ | |||
1 | Package: qpf-bitstream-vera-full | ||
2 | Files: $QTDIR/lib/fonts/vera_{80,100,120,140,160,180}_{50,50i,75,75i}* | ||
3 | Version: 1.10-3 | ||
4 | Priority: optional | ||
5 | Section: base | ||
6 | Depends: qte-fonts-common | ||
7 | Provides: qpf-bitstream-vera | ||
8 | Replaces: qpf-bitstream-vera-light | ||
9 | Maintainer: Chris Larson <kergoth@handhelds.org> | ||
10 | Architecture: all | ||
11 | 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 @@ | |||
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 | ||