stopmmenu: New script to shutdown MiniMenu including XFWM
authorMichael Mrozek <EvilDragon@openpandora.org>
Fri, 4 Jun 2010 21:39:14 +0000 (23:39 +0200)
committerMichael Mrozek <EvilDragon@openpandora.org>
Fri, 4 Jun 2010 21:39:14 +0000 (23:39 +0200)
recipes/pandora-system/pandora-scripts/stopmmenu [new file with mode: 0755]

diff --git a/recipes/pandora-system/pandora-scripts/stopmmenu b/recipes/pandora-system/pandora-scripts/stopmmenu
new file mode 100755 (executable)
index 0000000..2001539
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/sh
+killall xfwm4
+killall mmwrapper
\ No newline at end of file