a few more kconf_update scripts, i missed these first due to an error in my script :(. Also remove some trailing spaces in #!/usr/bin/perl lines

svn path=/trunk/kdebase/klipper/; revision=287089
icc-effect-5.14.5
Dominique Devriese 2004-02-11 12:12:28 +00:00
parent 96cf50cdae
commit f53874b30f
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/perl
foreach (<>) {
if(/^PluginLib=kwin_(.*)$/) {
print "PluginLib=kwin3_$1\n";

View File

@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/perl
foreach (<>) {
if(/^PluginLib=libkwin(.*)$/) {
print "PluginLib=kwin_$1\n";