Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > media > main > by-pkgid > 80ae86fdad29da438666ccc51b6158ed > scriptlet

totem-gstreamer-1.0.4-2mdk.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
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