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