From 3e3b2ded000182e6c39138e60a643e25a9bf3ea7 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Wed, 14 Jan 2009 01:19:01 +0000 Subject: [PATCH] make the update-menus quiet and non-fatal --- debian/terminator.postinst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/terminator.postinst b/debian/terminator.postinst index 530bfe13..d0e7e0bc 100755 --- a/debian/terminator.postinst +++ b/debian/terminator.postinst @@ -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#