author | kergoth <kergoth> | 2003-04-23 19:26:21 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-04-23 19:26:21 (UTC) |
commit | e99139922a049c417834d1c4f25056d13ca9bdcc (patch) (unidiff) | |
tree | 1160f07411d0ccde278d3e33d14f9cffa6c79e63 /qt | |
parent | e42cddcf7c6c97801eef357e009e0d37ebb6a3a4 (diff) | |
download | opie-e99139922a049c417834d1c4f25056d13ca9bdcc.zip opie-e99139922a049c417834d1c4f25056d13ca9bdcc.tar.gz opie-e99139922a049c417834d1c4f25056d13ca9bdcc.tar.bz2 |
Add postinst for vera
-rwxr-xr-x | qt/qpf-bitstream-vera.postinst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/qt/qpf-bitstream-vera.postinst b/qt/qpf-bitstream-vera.postinst new file mode 100755 index 0000000..9671d9a --- a/dev/null +++ b/qt/qpf-bitstream-vera.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 | ||