diff options
Diffstat (limited to 'office/evince/doinst.sh')
-rw-r--r-- | office/evince/doinst.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/office/evince/doinst.sh b/office/evince/doinst.sh index 1f8ff67ded..f31099c904 100644 --- a/office/evince/doinst.sh +++ b/office/evince/doinst.sh @@ -8,3 +8,5 @@ if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then fi fi +chroot . /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas/ + |