author | kergoth <kergoth> | 2003-04-24 16:24:01 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-04-24 16:24:01 (UTC) |
commit | 9bedd27d07bcd1d9f2737f023e917f27499ba4b8 (patch) (side-by-side diff) | |
tree | ec9a0f3bd8498302ff661061664e5c61c5ad5ed5 /qt/control/qpf-bitstream-vera-light.postinst | |
parent | c57a19971e2f43b3a5cdfe525d755ac6603c3676 (diff) | |
download | opie-9bedd27d07bcd1d9f2737f023e917f27499ba4b8.zip opie-9bedd27d07bcd1d9f2737f023e917f27499ba4b8.tar.gz opie-9bedd27d07bcd1d9f2737f023e917f27499ba4b8.tar.bz2 |
Update Bitstream Vera qpfs, include 8,10,12,14,16,18 rather than 8,10,12,14,18,24, and add Bitstream Vera 'light', which includes only 8,10,12, per mickey's request.
Diffstat (limited to 'qt/control/qpf-bitstream-vera-light.postinst') (more/less context) (ignore whitespace changes)
-rwxr-xr-x | qt/control/qpf-bitstream-vera-light.postinst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/qt/control/qpf-bitstream-vera-light.postinst b/qt/control/qpf-bitstream-vera-light.postinst new file mode 100755 index 0000000..9671d9a --- a/dev/null +++ b/qt/control/qpf-bitstream-vera-light.postinst @@ -0,0 +1,11 @@ +#!/bin/sh + +set -e + +if [ "$1" != "configure" ]; then + exit 0 +fi + +. /etc/profile + +update-qtfontdir |