Sophie

Sophie

distrib > Mandriva > 2007.1 > i586 > by-pkgid > 957da2639ff0ff03ed8e388494a58800 > files > 58

kdebase4-3.80.3-0.20070311.6mdv2007.1.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;
}