Removed mafw-gst-subtitles-applet postinst/postrm script, because mafw
authorRoman Moravcik <roman.moravcik@gmail.com>
Tue, 19 Jan 2010 14:08:54 +0000 (15:08 +0100)
committerRoman Moravcik <roman.moravcik@gmail.com>
Tue, 19 Jan 2010 14:08:54 +0000 (15:08 +0100)
is restared during mafw-gst-subtitles-renderer instalation.

debian/mafw-gst-subtitles-applet.postinst [deleted file]
debian/mafw-gst-subtitles-applet.prerm [deleted file]

diff --git a/debian/mafw-gst-subtitles-applet.postinst b/debian/mafw-gst-subtitles-applet.postinst
deleted file mode 100644 (file)
index 1fb7880..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh
-#
-# base on decoders-support.postinst
-#
-
-# 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
-
diff --git a/debian/mafw-gst-subtitles-applet.prerm b/debian/mafw-gst-subtitles-applet.prerm
deleted file mode 100644 (file)
index e585174..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/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
-