#!/bin/sh # # based on decoders-support.postrm # # Get OSSO environment variables (launchers, dbus bus, etc) if [ -f /etc/osso-af-init/af-defines.sh ]; then source /etc/osso-af-init/af-defines.sh fi dbus-send --type=method_call --dest=org.freedesktop.Notifications /org/freedesktop/Notifications org.freedesktop.Notifications.SystemNoteInfoprint string:"Restarting media daemons" if [ -x /usr/bin/mafw.sh ]; then /usr/bin/mafw.sh stop mafw-gst-renderer sleep 1 /usr/bin/mafw.sh start mafw-gst-renderer fi