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/qpf-bitstream-vera-full.postinst | |
parent | bddc2d168776bf7674f9b938f8889051fb9fa7a8 (diff) | |
download | opie-ed49328dc30e6e12f78c788d042ba01ce2cd2a0d.zip opie-ed49328dc30e6e12f78c788d042ba01ce2cd2a0d.tar.gz opie-ed49328dc30e6e12f78c788d042ba01ce2cd2a0d.tar.bz2 |
Reducing ambiguity in vera packaging
Diffstat (limited to 'qt/control/qpf-bitstream-vera-full.postinst') (more/less context) (ignore whitespace changes)
-rwxr-xr-x | qt/control/qpf-bitstream-vera-full.postinst | 11 |
1 files changed, 11 insertions, 0 deletions
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 | ||