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

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