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