these update scripts operate on files that are no longer used
This commit is contained in:
parent
9c12c79b1a
commit
cf8128ca17
@ -451,8 +451,6 @@ install(FILES
|
|||||||
|
|
||||||
install(FILES data/knewstuff/plasmoids.knsrc DESTINATION ${CONFIG_INSTALL_DIR})
|
install(FILES data/knewstuff/plasmoids.knsrc DESTINATION ${CONFIG_INSTALL_DIR})
|
||||||
|
|
||||||
install(FILES data/kconfig_updates/plasma_popupapplet_fix_groups.upd DESTINATION ${KCONF_UPDATE_INSTALL_DIR})
|
|
||||||
install(PROGRAMS data/kconfig_updates/plasma_popupapplet_fix_groups.pl DESTINATION ${KCONF_UPDATE_INSTALL_DIR})
|
|
||||||
install(FILES data/operations/dataengineservice.operations DESTINATION ${DATA_INSTALL_DIR}/plasma/services)
|
install(FILES data/operations/dataengineservice.operations DESTINATION ${DATA_INSTALL_DIR}/plasma/services)
|
||||||
install(FILES data/operations/plasmoidservice.operations DESTINATION ${DATA_INSTALL_DIR}/plasma/services)
|
install(FILES data/operations/plasmoidservice.operations DESTINATION ${DATA_INSTALL_DIR}/plasma/services)
|
||||||
install(FILES data/operations/storage.operations DESTINATION ${DATA_INSTALL_DIR}/plasma/services)
|
install(FILES data/operations/storage.operations DESTINATION ${DATA_INSTALL_DIR}/plasma/services)
|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
#!/usr/bin/perl
|
|
||||||
|
|
||||||
while(<>) {
|
|
||||||
if ($_ =~ m/^\[.*\[Configuration\]\[PopupApplet\]$/) {
|
|
||||||
print "# DELETEGROUP $_";
|
|
||||||
$_ =~ s/\[Configuration\]\[PopupApplet\]$/[PopupApplet]/;
|
|
||||||
}
|
|
||||||
print $_;
|
|
||||||
}
|
|
@ -1,12 +0,0 @@
|
|||||||
# Fix groups of the form ...[Configuration][PopupApplet] into ...[PopupApplet]
|
|
||||||
Id=PlasmaPopupAppletFixGroups1
|
|
||||||
File=plasma-appletsrc
|
|
||||||
Script=plasma_popupapplet_fix_groups.pl,perl
|
|
||||||
#
|
|
||||||
Id=PlasmaPopupAppletFixGroups2
|
|
||||||
File=plasmarc
|
|
||||||
Script=plasma_popupapplet_fix_groups.pl,perl
|
|
||||||
#
|
|
||||||
Id=PlasmaPopupAppletFixGroups3
|
|
||||||
File=plasmoidviewer-appletsrc
|
|
||||||
Script=plasma_popupapplet_fix_groups.pl,perl
|
|
Loading…
Reference in New Issue
Block a user