author | kergoth <kergoth> | 2003-04-23 19:26:21 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-04-23 19:26:21 (UTC) |
commit | e99139922a049c417834d1c4f25056d13ca9bdcc (patch) (side-by-side diff) | |
tree | 1160f07411d0ccde278d3e33d14f9cffa6c79e63 /qt/qpf-bitstream-vera.postinst | |
parent | e42cddcf7c6c97801eef357e009e0d37ebb6a3a4 (diff) | |
download | opie-e99139922a049c417834d1c4f25056d13ca9bdcc.zip opie-e99139922a049c417834d1c4f25056d13ca9bdcc.tar.gz opie-e99139922a049c417834d1c4f25056d13ca9bdcc.tar.bz2 |
Add postinst for vera
Diffstat (limited to 'qt/qpf-bitstream-vera.postinst') (more/less context) (show whitespace changes)
-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 @@ +#!/bin/sh + +set -e + +if [ "$1" != "configure" ]; then + exit 0 +fi + +. /etc/profile + +update-qtfontdir |