Diffstat (limited to 'qt/control/qpf-bitstream-vera-light.postinst') (more/less context) (ignore whitespace changes)
-rwxr-xr-x | qt/control/qpf-bitstream-vera-light.postinst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/qt/control/qpf-bitstream-vera-light.postinst b/qt/control/qpf-bitstream-vera-light.postinst new file mode 100755 index 0000000..9671d9a --- a/dev/null +++ b/qt/control/qpf-bitstream-vera-light.postinst @@ -0,0 +1,11 @@ +#!/bin/sh + +set -e + +if [ "$1" != "configure" ]; then + exit 0 +fi + +. /etc/profile + +update-qtfontdir |