Diffstat (limited to 'qt/control/qpf-fixed.postinst') (more/less context) (ignore whitespace changes)
-rwxr-xr-x | qt/control/qpf-fixed.postinst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qt/control/qpf-fixed.postinst b/qt/control/qpf-fixed.postinst index 30336ce..9671d9a 100755 --- a/qt/control/qpf-fixed.postinst +++ b/qt/control/qpf-fixed.postinst @@ -3,7 +3,9 @@ set -e if [ "$1" != "configure" ]; then exit 0 fi +. /etc/profile + update-qtfontdir |