Sophie

Sophie

distrib > Mandriva > 10.0 > i586 > by-pkgid > ba5ef64718e196b1803628ba4a682dca > files > 282

kdebase-3.2-79.14.100mdk.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;
}