~ubuntu-branches/ubuntu/maverick/smart-notifier/maverick

« back to all changes in this revision

Viewing changes to debian/smart-notifier.postinst

  • Committer: Bazaar Package Importer
  • Author(s): Laurent Bigonville
  • Date: 2010-05-08 15:29:57 UTC
  • Revision ID: james.westby@ubuntu.com-20100508152957-r3buzrefrbt13iqe
Tags: 0.28-2ubuntu1
debian/smart-notifier.postinst: no need to restart dbus daemon anymore
(LP: #91432).

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
    configure|reconfigure)
8
8
 
9
 
        if [ -x "/etc/init.d/dbus" ]; then
10
 
            if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
11
 
                invoke-rc.d dbus restart || true
12
 
            else
13
 
                /etc/init.d/dbus restart || true
14
 
            fi
15
 
        fi
 
9
#        if [ -x "/etc/init.d/dbus" ]; then
 
10
#            if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
 
11
#                invoke-rc.d dbus restart || true
 
12
#            else
 
13
#                /etc/init.d/dbus restart || true
 
14
#            fi
 
15
#        fi
16
16
 
17
17
    ;;
18
18