home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Easy 2010 May
/
Mac Life Ubuntu.iso
/
casper
/
filesystem.squashfs
/
var
/
lib
/
dpkg
/
info
/
totem-gstreamer.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-04-14
|
293 b
|
15 lines
#! /bin/sh
set -e
FLAVOUR=gstreamer
if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ] ; then
update-alternatives --quiet --remove gnome-video-thumbnailer \
/usr/bin/totem-${FLAVOUR}-video-thumbnailer
update-alternatives --quiet --remove totem /usr/bin/totem-${FLAVOUR}
fi
exit 0