-rwxr-xr-x | qt/control/qpf-cyberbit-120-50-t10.postinst | 2 | ||||
-rwxr-xr-x | qt/control/qpf-fixed.postinst | 2 | ||||
-rwxr-xr-x | qt/control/qpf-helvetica.postinst | 2 | ||||
-rwxr-xr-x | qt/control/qpf-micro.postinst | 2 | ||||
-rwxr-xr-x | qt/control/qpf-smallsmooth.postinst | 2 | ||||
-rwxr-xr-x | qt/control/qpf-smoothtimes.postinst | 2 |
6 files changed, 12 insertions, 0 deletions
diff --git a/qt/control/qpf-cyberbit-120-50-t10.postinst b/qt/control/qpf-cyberbit-120-50-t10.postinst index 30336ce..9671d9a 100755 --- a/qt/control/qpf-cyberbit-120-50-t10.postinst +++ b/qt/control/qpf-cyberbit-120-50-t10.postinst @@ -1,9 +1,11 @@ #!/bin/sh set -e if [ "$1" != "configure" ]; then exit 0 fi +. /etc/profile + update-qtfontdir 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 @@ -1,9 +1,11 @@ #!/bin/sh set -e if [ "$1" != "configure" ]; then exit 0 fi +. /etc/profile + update-qtfontdir diff --git a/qt/control/qpf-helvetica.postinst b/qt/control/qpf-helvetica.postinst index 30336ce..9671d9a 100755 --- a/qt/control/qpf-helvetica.postinst +++ b/qt/control/qpf-helvetica.postinst @@ -1,9 +1,11 @@ #!/bin/sh set -e if [ "$1" != "configure" ]; then exit 0 fi +. /etc/profile + update-qtfontdir diff --git a/qt/control/qpf-micro.postinst b/qt/control/qpf-micro.postinst index 30336ce..9671d9a 100755 --- a/qt/control/qpf-micro.postinst +++ b/qt/control/qpf-micro.postinst @@ -1,9 +1,11 @@ #!/bin/sh set -e if [ "$1" != "configure" ]; then exit 0 fi +. /etc/profile + update-qtfontdir 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 diff --git a/qt/control/qpf-smoothtimes.postinst b/qt/control/qpf-smoothtimes.postinst index 30336ce..9671d9a 100755 --- a/qt/control/qpf-smoothtimes.postinst +++ b/qt/control/qpf-smoothtimes.postinst @@ -1,9 +1,11 @@ #!/bin/sh set -e if [ "$1" != "configure" ]; then exit 0 fi +. /etc/profile + update-qtfontdir |