added 'killall systemui || true' to postinst and postrm to make changes visible asap
authorTuomo Tanskanen <tumi@tumi.fi>
Fri, 29 Jan 2010 12:37:15 +0000 (14:37 +0200)
committerTuomo Tanskanen <tumi@tumi.fi>
Fri, 29 Jan 2010 12:37:15 +0000 (14:37 +0200)
cell-modem-ui/debian/cell-modem-ui.postinst
cell-modem-ui/debian/cell-modem-ui.postrm [new file with mode: 0644]

index 4f970e9..dddf7ff 100644 (file)
@@ -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 (file)
index 0000000..6507b99
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+killall systemui || true
+