From 025e0986117c6f506852caa384f4cfaff031c8f9 Mon Sep 17 00:00:00 2001 From: Roman Moravcik Date: Tue, 19 Jan 2010 15:08:54 +0100 Subject: [PATCH] Removed mafw-gst-subtitles-applet postinst/postrm script, because mafw is restared during mafw-gst-subtitles-renderer instalation. --- debian/mafw-gst-subtitles-applet.postinst | 18 ------------------ debian/mafw-gst-subtitles-applet.prerm | 18 ------------------ 2 files changed, 36 deletions(-) delete mode 100644 debian/mafw-gst-subtitles-applet.postinst delete mode 100644 debian/mafw-gst-subtitles-applet.prerm diff --git a/debian/mafw-gst-subtitles-applet.postinst b/debian/mafw-gst-subtitles-applet.postinst deleted file mode 100644 index 1fb7880..0000000 --- a/debian/mafw-gst-subtitles-applet.postinst +++ /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 index e585174..0000000 --- a/debian/mafw-gst-subtitles-applet.prerm +++ /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 - -- 1.7.9.5