~ubuntu-branches/debian/jessie/dkms/jessie

« back to all changes in this revision

Viewing changes to debian/preinst

  • Committer: Bazaar Package Importer
  • Author(s): Giuseppe Iuculano, 67fb76a
  • Date: 2010-02-23 10:02:40 UTC
  • Revision ID: james.westby@ubuntu.com-20100223100240-xxa72la00ujo9pdg
Tags: 2.1.1.2-2
[67fb76a] Do not remove /etc/header_postinst.d/dkms in preinst. Hopefully
now Ubuntu can sync dkms from Debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
                rm_conffile dkms "/etc/init.d/dkms_autoinstaller"
31
31
        fi
32
32
        rm_conffile dkms "/etc/init/dkms_autoinstaller.conf"
33
 
        if [ -e "/etc/kernel/header_postinst.d/dkms" ]; then
34
 
                rm_conffile dkms "/etc/kernel/header_postinst.d/dkms"
35
 
                rmdir --ignore-fail-on-non-empty /etc/kernel/header_postinst.d/
36
 
        fi
37
33
    fi
38
34
 
39
35
esac