Sophie

Sophie

distrib > Mandriva > cs4.0 > i586 > by-pkgid > 6f96ffda8b8309fb9c58db5e0ddbde2c > files > 22

kdebase-3.5.4-2.1.20060mlcs4.src.rpm

#!/usr/bin/perl

# Copyright: MandrivaSoft, licensed under the GPL v2.
# modified by Laurent Montel <lmontel@mandrivasoft.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;
}