Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > by-pkgid > c22bf27286b49ac93ab6fd35d5e76597 > scriptlet

gnomemeeting-0.85-1mdk.i586.rpm

POSTIN

/bin/sh
#gconf registration
GCONF_CONFIG_SOURCE="xml::/etc/gconf/gconf.xml.defaults" \
        /usr/bin/gconftool --makefile-install-rule                 \
         /etc/gconf/schemas/gnomemeeting.schema
if [ "$DURING_INSTALL" != "" ]; then
        killall oafd 2>&1 > /dev/null
fi

if [ -x /usr/bin/update-menus ]; then /usr/bin/update-menus || true ; fi 


update-alternatives --install /etc/dynamic/launchers/webcam/kde.desktop webcam.kde.dynamic /etc/dynamic/launchers/webcam/gnomemeeting.desktop 40
update-alternatives --install /etc/dynamic/launchers/webcam/gnome.desktop webcam.gnome.dynamic /etc/dynamic/launchers/webcam/gnomemeeting.desktop 40

POSTUN

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


if [ $1 = 0 ]; then
  update-alternatives --remove webcam.kde.dynamic /etc/dynamic/launchers/webcam/gnomemeeting.desktop
  update-alternatives --remove webcam.gnome.dynamic /etc/dynamic/launchers/webcam/gnomemeeting.desktop
fi