From 9863309287ea77b0f2ca61acdf3971dcd5d917a2 Mon Sep 17 00:00:00 2001 From: Mohammed Sameer Date: Tue, 17 Sep 2013 00:54:08 +0300 Subject: [PATCH] Hide dbus-send output and don't use --print-reply --- debian/cameraplus.postinst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/cameraplus.postinst b/debian/cameraplus.postinst index 582e0b0..e38d74a 100755 --- a/debian/cameraplus.postinst +++ b/debian/cameraplus.postinst @@ -5,11 +5,11 @@ set -e case "$1" in configure) source /tmp/session_bus_address.user - /usr/bin/dbus-send --print-reply --dest=com.meego.core.MNotificationManager \ + /usr/bin/dbus-send --dest=com.meego.core.MNotificationManager \ /notificationmanager com.meego.core.MNotificationManager.addNotification \ uint32:0 uint32:0 string:'device' \ string:'' string:'Camera+ installed. Please restart your phone!' string:'' \ - string:'icon-m-toolbar-done' uint32:0 + string:'icon-m-toolbar-done' uint32:0 > /dev/null 2>&1 ;; esac -- 2.25.1