author | kergoth <kergoth> | 2003-04-23 00:12:32 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-04-23 00:12:32 (UTC) |
commit | b1289f41defb14fe3d793656c40bebe50f3062ea (patch) (side-by-side diff) | |
tree | 6c655d9b9b902e22cecc1be845c81fa101a69d26 /qt/control/qpf-smallsmooth.postinst | |
parent | ee5e533880e2475a7ba199c592e0d3237f813f26 (diff) | |
download | opie-b1289f41defb14fe3d793656c40bebe50f3062ea.zip opie-b1289f41defb14fe3d793656c40bebe50f3062ea.tar.gz opie-b1289f41defb14fe3d793656c40bebe50f3062ea.tar.bz2 |
Increase package granularity of qt/e font packages.
Diffstat (limited to 'qt/control/qpf-smallsmooth.postinst') (more/less context) (ignore whitespace changes)
-rwxr-xr-x | qt/control/qpf-smallsmooth.postinst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/qt/control/qpf-smallsmooth.postinst b/qt/control/qpf-smallsmooth.postinst new file mode 100755 index 0000000..30336ce --- a/dev/null +++ b/qt/control/qpf-smallsmooth.postinst @@ -0,0 +1,9 @@ +#!/bin/sh + +set -e + +if [ "$1" != "configure" ]; then + exit 0 +fi + +update-qtfontdir |