kwin/data/pluginlibFix.pl
Luboš Luňák 2c744d6602 Move some data like kconf_update scripts out of the way to special directory.
svn path=/trunk/kdebase/kwin/; revision=323151
2004-06-23 17:34:09 +00:00

8 lines
141 B
Perl
Executable file

#!/usr/bin/perl
foreach (<>) {
if(/^PluginLib=libkwin(.*)$/) {
print "PluginLib=kwin_$1\n";
next;
}
print $_;
}