mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-03 13:54:49 -04:00
override glib-compile-schemas with || true in postinst
https://phabricator.whonix.org/T500
This commit is contained in:
parent
5ba2a5b6ff
commit
dfe8a569b6
1 changed files with 1 additions and 1 deletions
2
debian/security-misc.postinst
vendored
2
debian/security-misc.postinst
vendored
|
@ -18,7 +18,7 @@ true "
|
||||||
|
|
||||||
case "$1" in
|
case "$1" in
|
||||||
configure)
|
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)
|
abort-upgrade|abort-remove|abort-deconfigure)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue