summaryrefslogtreecommitdiffstats
path: root/mandriva/2010.2/kdepim/kdepim-3.2-kontact-addressbook.sh
diff options
context:
space:
mode:
Diffstat (limited to 'mandriva/2010.2/kdepim/kdepim-3.2-kontact-addressbook.sh')
-rwxr-xr-xmandriva/2010.2/kdepim/kdepim-3.2-kontact-addressbook.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/mandriva/2010.2/kdepim/kdepim-3.2-kontact-addressbook.sh b/mandriva/2010.2/kdepim/kdepim-3.2-kontact-addressbook.sh
deleted file mode 100755
index 9057ee328..000000000
--- a/mandriva/2010.2/kdepim/kdepim-3.2-kontact-addressbook.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-if [ -x /usr/bin/kontact ] && [ ! -z $(/sbin/pidof kontact) ]; then
- kontact --module kaddressbook
-else
- kaddressbook $*
-fi
-