override glib-compile-schemas with || true in postinst

https://phabricator.whonix.org/T500
This commit is contained in:
Patrick Schleizer 2017-02-19 22:32:04 +00:00
parent 5ba2a5b6ff
commit dfe8a569b6
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -18,7 +18,7 @@ true "
case "$1" in
configure)
glib-compile-schemas /usr/share/glib-2.0/schemas
glib-compile-schemas /usr/share/glib-2.0/schemas || true
;;
abort-upgrade|abort-remove|abort-deconfigure)