aboutsummaryrefslogtreecommitdiff
path: root/xwicd
diff options
context:
space:
mode:
Diffstat (limited to 'xwicd')
-rwxr-xr-xxwicd10
1 files changed, 0 insertions, 10 deletions
diff --git a/xwicd b/xwicd
deleted file mode 100755
index 3dd8954..0000000
--- a/xwicd
+++ /dev/null
@@ -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