~ubuntu-branches/debian/stretch/dkms/stretch

« back to all changes in this revision

Viewing changes to kernel_postinst.d_dkms

  • Committer: Bazaar Package Importer
  • Author(s): Giuseppe Iuculano, 8510207
  • Date: 2009-12-15 08:57:24 UTC
  • mfrom: (1.1.12 upstream) (7.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20091215085724-i177u1akx59x30ou
Tags: 2.1.1.0-2
[8510207] Do not install upstart job file

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
# We're passed the version of the kernel being installed
4
4
inst_kern=$1
5
5
 
6
 
if [ -x /etc/init.d/dkms_autoinstaller ]; then
 
6
if [ -f /etc/init/dkms_autoinstaller.conf ]; then
 
7
    start dkms_autoinstaller KERNEL=$inst_kern >/dev/null
 
8
elif [ -x /etc/init.d/dkms_autoinstaller ]; then
7
9
    if which invoke-rc.d >/dev/null 2>&1 ; then
8
10
        invoke-rc.d dkms_autoinstaller start $inst_kern
9
11
    else