libplasma: Also fix the .pl part of my kconf_update script (need to use # DELETEGROUP to get the old group actually deleted).
svn path=/trunk/KDE/kdelibs/; revision=958386
This commit is contained in:
parent
abf85379bb
commit
dcf0a75754
@ -2,6 +2,7 @@
|
||||
|
||||
while(<>) {
|
||||
if ($_ =~ m/^\[.*\[Configuration\]\[PopupApplet\]$/) {
|
||||
print "# DELETEGROUP $_";
|
||||
$_ =~ s/\[Configuration\]\[PopupApplet\]$/[PopupApplet]/;
|
||||
}
|
||||
print $_;
|
||||
|
Loading…
Reference in New Issue
Block a user