make the update-menus quiet and non-fatal

This commit is contained in:
Chris Jones 2009-01-14 01:19:01 +00:00
parent 19546fa574
commit 3e3b2ded00
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@
gtk-update-icon-cache -q -f /usr/share/icons/hicolor/
pycentral pkginstall terminator
update-menus
update-menus >/dev/null 2>&1 || true
#DEBHELPER#