home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Welt 2006 November (DVD)
/
PCWELT_11_2006.ISO
/
casper
/
filesystem.squashfs
/
var
/
lib
/
dpkg
/
info
/
util-linux.postrm
< 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-08-21
|
199 b
|
17 lines
#!/bin/sh
case "$1" in
remove)
;;
purge)
update-rc.d hwclock.sh remove >/dev/null
;;
*)
;;
esac
if [ -x /usr/sbin/update-mime ]; then
update-mime
fi