~ubuntu-branches/ubuntu/karmic/splashy/karmic

« back to all changes in this revision

Viewing changes to debian/splashy.postinst

  • Committer: Bazaar Package Importer
  • Author(s): Andres Rodriguez
  • Date: 2009-07-14 14:44:24 UTC
  • mfrom: (7.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090714144424-1rln9px9or2nkwyy
Tags: 0.3.13-5ubuntu1
* Merge from debian unstable (LP: #399450), remaining changes:
  - debian/patches/02_ubuntu_toolchain.diff: address hardened features
    provided by Ubuntu toolchain.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
    # This is needed to put the splashy links in the new location
23
23
    # if they exist already
24
24
    update-rc.d -f splashy remove > /dev/null
25
 
    update-rc.d splashy start 03 S . stop 01 6 0 . > /dev/null
 
25
    update-rc.d splashy start 03 S . stop 02 6 0 . > /dev/null
26
26
fi
27
27
 
28
28
[ -r /etc/default/splashy ] && . /etc/default/splashy