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
This commit is contained in:
parent
96cf50cdae
commit
f53874b30f
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/perl
|
||||
#!/usr/bin/perl
|
||||
foreach (<>) {
|
||||
if(/^PluginLib=kwin_(.*)$/) {
|
||||
print "PluginLib=kwin3_$1\n";
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/perl
|
||||
#!/usr/bin/perl
|
||||
foreach (<>) {
|
||||
if(/^PluginLib=libkwin(.*)$/) {
|
||||
print "PluginLib=kwin_$1\n";
|
||||
|
|
Loading…
Reference in a new issue