From b4e2708c6f8cc2191c581aef404803478e65e678 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 18 Sep 2014 16:47:55 -0300 Subject: Moved scripts to custom repos --- xwicd | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 xwicd (limited to 'xwicd') 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 -- cgit v1.2.3