home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Welt 2006 November (DVD)
/
PCWELT_11_2006.ISO
/
casper
/
filesystem.squashfs
/
var
/
lib
/
dpkg
/
info
/
hdparm.postinst
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-07-20
|
167 b
|
12 lines
#!/bin/sh
# Clean up cdbs damage
rm -f /etc/udev/rules.d/50-hdparm.rules
if dpkg --compare-versions "$2" lt "6.6-1ubuntu3"; then
update-rc.d -f hdparm remove
fi