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:
Kevin Kofler 2009-04-23 23:02:57 +00:00
parent abf85379bb
commit dcf0a75754

View File

@ -2,6 +2,7 @@
while(<>) {
if ($_ =~ m/^\[.*\[Configuration\]\[PopupApplet\]$/) {
print "# DELETEGROUP $_";
$_ =~ s/\[Configuration\]\[PopupApplet\]$/[PopupApplet]/;
}
print $_;