make the update-menus quiet and non-fatal
This commit is contained in:
parent
19546fa574
commit
3e3b2ded00
|
@ -2,7 +2,8 @@
|
||||||
|
|
||||||
gtk-update-icon-cache -q -f /usr/share/icons/hicolor/
|
gtk-update-icon-cache -q -f /usr/share/icons/hicolor/
|
||||||
pycentral pkginstall terminator
|
pycentral pkginstall terminator
|
||||||
update-menus
|
|
||||||
|
update-menus >/dev/null 2>&1 || true
|
||||||
|
|
||||||
#DEBHELPER#
|
#DEBHELPER#
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue