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, 8 insertions, 0 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 new file mode 100755 index 000000000..b1cacaad3 --- /dev/null +++ b/mandriva/2010.2/kdepim/kdepim-3.2-kontact-knotes.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +if [ -x /usr/bin/kontact ] && [ ! -z $(/sbin/pidof kontact) ]; then + kontact --module knotes +else + knotes $* +fi + |