diff options
Diffstat (limited to 'mandriva/2010.2/kdepim/kdepim-3.2-kontact-knotes.sh')
-rwxr-xr-x | mandriva/2010.2/kdepim/kdepim-3.2-kontact-knotes.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/mandriva/2010.2/kdepim/kdepim-3.2-kontact-knotes.sh b/mandriva/2010.2/kdepim/kdepim-3.2-kontact-knotes.sh deleted file mode 100755 index b1cacaad3..000000000 --- a/mandriva/2010.2/kdepim/kdepim-3.2-kontact-knotes.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -if [ -x /usr/bin/kontact ] && [ ! -z $(/sbin/pidof kontact) ]; then - kontact --module knotes -else - knotes $* -fi - |