1#!/bin/sh
2
3# Clean up cdbs damage
4rm -f /etc/udev/rules.d/50-hdparm.rules
5
6
7if dpkg --compare-versions "$2" lt "8.6-1ubuntu1"; then
8	update-rc.d -f hdparm remove
9fi
10
11#DEBHELPER#
12