From 2df7da02471f04e3b447a476f4b386539d1b7586 Mon Sep 17 00:00:00 2001 From: Tuomo Tanskanen Date: Fri, 29 Jan 2010 14:37:15 +0200 Subject: [PATCH 1/1] added 'killall systemui || true' to postinst and postrm to make changes visible asap --- cell-modem-ui/debian/cell-modem-ui.postinst | 1 + cell-modem-ui/debian/cell-modem-ui.postrm | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 cell-modem-ui/debian/cell-modem-ui.postrm diff --git a/cell-modem-ui/debian/cell-modem-ui.postinst b/cell-modem-ui/debian/cell-modem-ui.postinst index 4f970e9..dddf7ff 100644 --- a/cell-modem-ui/debian/cell-modem-ui.postinst +++ b/cell-modem-ui/debian/cell-modem-ui.postinst @@ -6,6 +6,7 @@ case "$1" in rm -f /etc/systemui/cell-modem-ui.xml fi ln -s /opt/cell-modem-ui/cell-modem-ui.xml /etc/systemui/cell-modem-ui.xml + killall systemui || true ;; *) diff --git a/cell-modem-ui/debian/cell-modem-ui.postrm b/cell-modem-ui/debian/cell-modem-ui.postrm new file mode 100644 index 0000000..6507b99 --- /dev/null +++ b/cell-modem-ui/debian/cell-modem-ui.postrm @@ -0,0 +1,4 @@ +#!/bin/sh + +killall systemui || true + -- 1.7.9.5