home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Easy 2010 May
/
Mac Life Ubuntu.iso
/
casper
/
filesystem.squashfs
/
var
/
lib
/
dpkg
/
info
/
mime-support.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
|
2008-06-19
|
269 b
|
13 lines
#! /bin/sh
#
# prerm file for mime-support
if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/mime-support ]; then
rm -f /usr/doc/mime-support
fi
if [ "$1" = "remove" ]; then
update-alternatives --remove view /usr/bin/see
rm -f /etc/mailcap
fi