Sophie

Sophie

distrib > Mandriva > 2006.0 > i586 > media > main-src > by-pkgid > a6bc312ce50b5c8d0c51736e58ac32bc > files > 226

kdebase-3.4.2-55mdk.src.rpm

#!/usr/bin/perl

# Copyright: MandrakeSoft, licensed under the GPL v2.
# modified by Laurent Montel <lmontel@mandrakesoft.com>

use strict;
use MDK::Common;

foreach my $file (@ARGV) {
    substInFile {
        if (/Extensions=(.*)$/) {
            my $result = $1;
			s!$!,find.desktop! if $result !~ m!find.desktop!;
        }
    } $file;
}