repo.or.cz
/
personal-kdebase.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
not quite so much needs to be delayed to the init() function
[personal-kdebase.git]
/
workspace
/
kwin
/
data
/
kwin3_plugin.pl
blob
791ea7f33be0775eb8dd1d4c82875022a8263f88
1
#!/usr/bin/perl
2
foreach
(<>) {
3
if
(
/^PluginLib=kwin_(.*)$/
) {
4
print
"PluginLib=kwin3_
$1
\n
"
;
5
next
;
6
}
7
print
$_
;
8
}