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