home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Easy 2010 May
/
Mac Life Ubuntu.iso
/
casper
/
filesystem.squashfs
/
var
/
lib
/
dpkg
/
info
/
cpio.prerm
< 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
|
2009-02-15
|
244 b
|
10 lines
#!/bin/sh -e
if [ "$1" = remove ]; then
update-alternatives --remove mt /bin/mt-gnu
install-info --quiet --remove /usr/share/info/cpio.info
if test -L /sbin/rmt && test /sbin/rmt -ef /usr/sbin/rmt; then
rm -f /sbin/rmt
fi
fi