summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-04-25 10:10:12 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-04-25 10:10:12 +0000
commit34eb60a8b385d796c9b686a81420d95e0d8ca3d3 (patch)
tree75b04622b20ea57a0ff17e77b22971675cab1689
parentda88a9b7494d05e5498b1522629a2e2cd4e0e59b (diff)
downloaddrakx-kbd-mouse-x11-34eb60a8b385d796c9b686a81420d95e0d8ca3d3.tar
drakx-kbd-mouse-x11-34eb60a8b385d796c9b686a81420d95e0d8ca3d3.tar.gz
drakx-kbd-mouse-x11-34eb60a8b385d796c9b686a81420d95e0d8ca3d3.tar.bz2
drakx-kbd-mouse-x11-34eb60a8b385d796c9b686a81420d95e0d8ca3d3.tar.xz
drakx-kbd-mouse-x11-34eb60a8b385d796c9b686a81420d95e0d8ca3d3.zip
re-sync after the big svn loss
-rwxr-xr-xscripts/net_applet.xinit5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/net_applet.xinit b/scripts/net_applet.xinit
new file mode 100755
index 0000000..0024726
--- /dev/null
+++ b/scripts/net_applet.xinit
@@ -0,0 +1,5 @@
+#!/bin/sh
+DESKTOP=$1
+case $DESKTOP in
+ KDE|GNOME|IceWM) exec /usr/bin/net_applet;;
+esac \ No newline at end of file