summaryrefslogtreecommitdiffstats
path: root/mandriva/2010.2/kdepim/kdepim-3.2-kontact-knotes.sh
blob: b1cacaad3b5f3c42f2ffe6b34f91fe86df38e9ed (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

if [ -x /usr/bin/kontact ] && [ ! -z $(/sbin/pidof kontact) ]; then
		kontact --module knotes 
else
		knotes $*
fi