author | kergoth <kergoth> | 2003-04-23 05:37:14 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-04-23 05:37:14 (UTC) |
commit | 2b7ee2f7df2f79bc016dd8185e314a3f5df1b07e (patch) (side-by-side diff) | |
tree | 6846f743352243d86fa88fd85f86d2c3dbc2975c /qt/control/qpf-smallsmooth.postinst | |
parent | 27af46124e121bcd87b690f9fd5a28e5766b647f (diff) | |
download | opie-2b7ee2f7df2f79bc016dd8185e314a3f5df1b07e.zip opie-2b7ee2f7df2f79bc016dd8185e314a3f5df1b07e.tar.gz opie-2b7ee2f7df2f79bc016dd8185e314a3f5df1b07e.tar.bz2 |
Update fontdir tool to default to /opt/QtPalmtop, and update postinsts on the font packages to source /etc/profile prior to attempting to execute update-qtfontdir, which isnt necessarily in the path at the time of execution.
Diffstat (limited to 'qt/control/qpf-smallsmooth.postinst') (more/less context) (ignore whitespace changes)
-rwxr-xr-x | qt/control/qpf-smallsmooth.postinst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qt/control/qpf-smallsmooth.postinst b/qt/control/qpf-smallsmooth.postinst index 30336ce..9671d9a 100755 --- a/qt/control/qpf-smallsmooth.postinst +++ b/qt/control/qpf-smallsmooth.postinst @@ -1,9 +1,11 @@ #!/bin/sh set -e if [ "$1" != "configure" ]; then exit 0 fi +. /etc/profile + update-qtfontdir |