~vorlon/packagekit/ubuntu-packagekit

« back to all changes in this revision

Viewing changes to debian/packagekit.postinst

  • Committer: Steve Langasek
  • Date: 2009-03-10 17:59:18 UTC
  • Revision ID: steve.langasek@canonical.com-20090310175918-pc39qprzoa4ucurm
debian/packagekit.postinst: ignore errors from dbus-send, there's no
requirement that dbus is even running at install time.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
        /usr/bin/dbus-send --system --dest=org.freedesktop.PackageKit \
12
12
                           --type=method_call \
13
13
                           /org/freedesktop/PackageKit \
14
 
                           org.freedesktop.PackageKit.SuggestDaemonQuit
 
14
                           org.freedesktop.PackageKit.SuggestDaemonQuit || true
15
15
fi
16
16
 
17
17
#DEBHELPER#