Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > media > main-updates > by-pkgid > 408284060740c4421ef3640622f88fc6 > scriptlet

totem-gstreamer-2.18.2-1.8mdv2007.1.x86_64.rpm

POSTIN

/bin/sh
update-alternatives --install /usr/bin/totem totem /usr/bin/totem-gstreamer 10 --slave /usr/lib64/nautilus/extensions-1.0/libtotem-properties-page.so totem_nautilus_properties /usr/lib64/nautilus/extensions-1.0/libtotem-properties-page-gstreamer --slave /usr/bin/totem-video-thumbnailer totem-video-thumbnailer /usr/bin/totem-video-thumbnailer-gstreamer --slave /usr/bin/totem-video-indexer totem-video-indexer /usr/bin/totem-video-indexer-gstreamer
if [ -x /usr/bin/update-menus ]; then /usr/bin/update-menus || true ; fi

POSTUN

/bin/sh
if [ "$1" = "0" ]; then
  update-alternatives --remove totem /usr/bin/totem-gstreamer
fi
if [ "$1" = "0" -a -x /usr/bin/update-menus ]; then /usr/bin/update-menus || true ; fi