~ubuntu-branches/ubuntu/gutsy/cyrus-sasl2/gutsy-201105300151

« back to all changes in this revision

Viewing changes to debian/sasl2-bin.postinst

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant
  • Date: 2006-09-15 17:01:31 UTC
  • Revision ID: james.westby@ubuntu.com-20060915170131-q3qagjww830ckwko
Tags: 2.1.19.dfsg1-0.2ubuntu2
Remove stop script symlinks from rc0 and rc6.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
    fi
18
18
    dpkg-statoverride --list $DBFILE 2>&1 >/dev/null ||
19
19
                dpkg-statoverride --update --add root sasl 660 $DBFILE
 
20
 
 
21
 
 
22
        # Remove shutdown and reboot links; this init script does not need them.
 
23
        if dpkg --compare-versions "$2" lt "2.1.19.dfsg1-0.2ubuntu2"; then
 
24
                rm -f /etc/rc0.d/K20saslauthd /etc/rc6.d/K20saslauthd
 
25
        fi
20
26
fi
21
27
 
22
28
#DEBHELPER#