not quite so much needs to be delayed to the init() function
[personal-kdebase.git] / workspace / kwin / data / kwin3_plugin.pl
blob791ea7f33be0775eb8dd1d4c82875022a8263f88
1 #!/usr/bin/perl
2 foreach (<>) {
3 if(/^PluginLib=kwin_(.*)$/) {
4 print "PluginLib=kwin3_$1\n";
5 next;
7 print $_;