drop applet from this repo, changelog fixes
[cell-modem-ui] / debian / cell-modem-ui.postrm
diff --git a/debian/cell-modem-ui.postrm b/debian/cell-modem-ui.postrm
new file mode 100644 (file)
index 0000000..758d69d
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+if [ "$1" = "remove" ]; then
+        echo "Restarting systemui..."
+        killall systemui || true
+fi