mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-07-13 01:09:16 +07:00
override glib-compile-schemas with || true in postinst
https://phabricator.whonix.org/T500
This commit is contained in:
2
debian/security-misc.postinst
vendored
2
debian/security-misc.postinst
vendored
@ -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)
|
||||
|
Reference in New Issue
Block a user