diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-02-05 12:54:12 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-02-05 12:54:12 +0000 |
commit | ba1f922665354b80da5e8636097cafaa7b2f91ee (patch) | |
tree | 22d8ce41863a9d0a0fc726b4d1f6f1b758b80771 /packages/opie-ttf-support/files/02qtttffont-update | |
parent | aafc19e52f4331103d00fcd33fa425168137ce27 (diff) |
opie-ttf-support: add 02qtttffont-update and move everything possible from the bb file there
* improves readability and robustness
* closes 3720 together with e25947a6e6d2be708fd836b7d5209a3d074a28a5 from xjqian
Diffstat (limited to 'packages/opie-ttf-support/files/02qtttffont-update')
-rw-r--r-- | packages/opie-ttf-support/files/02qtttffont-update | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/opie-ttf-support/files/02qtttffont-update b/packages/opie-ttf-support/files/02qtttffont-update new file mode 100644 index 0000000000..8f8058faea --- /dev/null +++ b/packages/opie-ttf-support/files/02qtttffont-update @@ -0,0 +1,6 @@ +#!/bin/sh +# Author: Rolf Leggewie + +mkdir -p @@PALMTOPDIR@@/lib/fonts + +@@SBINDIR@@/update-qtttffontdir @@DATADIR@@/fonts/truetype > @@PALMTOPDIR@@/lib/fonts/fontdir |