diff options
Diffstat (limited to 'xwicd')
-rwxr-xr-x | xwicd | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -1,10 +0,0 @@ -#!/bin/bash -# -# Start wicd if on laptop boxes. -# - -if laptop-detect; then - if which wicd-gtk &> /dev/null; then - wicd-gtk --tray - fi -fi |