~ubuntu-branches/ubuntu/lucid/smart-notifier/lucid-proposed

« back to all changes in this revision

Viewing changes to debian/smart-notifier.postinst

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese
  • Date: 2009-10-30 14:47:08 UTC
  • mfrom: (3.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091030144708-t59eotzit13uxzkz
Tags: 0.28-2
* QA upload.
  + Set maintainer to Debian QA Group <packages@qa.debian.org>.
* Acknowledge NMUs. (Closes: #511502).
* Fix moving of egg-info file in rules. (Closes: #552914).
* Don't capitalize false in .desktop file. (Closes: #512684, #550993).
* Remove useless cat in 60smart-notifier. (Closes: #511504).
* Don't build-dep on -1 revision.
* Add appropriate copyright holder to debian/copyright.
* Version path to GPL (GPL-2) in debian/copyright.
* Remove empty /usr/sbin dir.
* Add debian/pycompat and set to 2.
* Bump debian/compat to 5 to match debhelper build-dep.
* Bump Standards Version to 3.8.3.

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