From 5159cd2beb2e87806a5b54e9991b7895285c9d3e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 27 Jan 2013 01:04:16 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- kio/proxytype.pl | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 kio/proxytype.pl (limited to 'kio/proxytype.pl') diff --git a/kio/proxytype.pl b/kio/proxytype.pl deleted file mode 100755 index 553db53f7..000000000 --- a/kio/proxytype.pl +++ /dev/null @@ -1,11 +0,0 @@ -#!/usr/bin/perl -# the script is called with interpreter, so don't worry about the path - -while(<>) -{ - $useproxy = 1 if /UseProxy=true/; - $usepac = 1 if /Proxy Config Script=.*\S/; -} -printf ("# DELETE UseProxy\n"); -$proxytype = $useproxy ? ($usepac ? 2 : 1) : 0; -print "ProxyType=$proxytype\n" if $proxytype; -- cgit v1.2.1