summaryrefslogtreecommitdiffstats
path: root/perl-install/share/net_applet.xinit
blob: 0024726c2c1349ba6d8d5a586b691f1e0f199b97 (plain)
1
2
3
4
5
#!/bin/sh
DESKTOP=$1
case $DESKTOP in
   KDE|GNOME|IceWM) exec /usr/bin/net_applet;;
esac