From cf8128ca17a1cf21b81cf70164399cb4ddda4580 Mon Sep 17 00:00:00 2001 From: Aaron Seigo Date: Mon, 12 Dec 2011 09:19:23 +0100 Subject: [PATCH] these update scripts operate on files that are no longer used --- CMakeLists.txt | 2 -- .../kconfig_updates/plasma_popupapplet_fix_groups.pl | 9 --------- .../plasma_popupapplet_fix_groups.upd | 12 ------------ 3 files changed, 23 deletions(-) delete mode 100755 data/kconfig_updates/plasma_popupapplet_fix_groups.pl delete mode 100644 data/kconfig_updates/plasma_popupapplet_fix_groups.upd diff --git a/CMakeLists.txt b/CMakeLists.txt index e4cad89e5..e48a2cdf4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -451,8 +451,6 @@ install(FILES 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/plasmoidservice.operations DESTINATION ${DATA_INSTALL_DIR}/plasma/services) install(FILES data/operations/storage.operations DESTINATION ${DATA_INSTALL_DIR}/plasma/services) diff --git a/data/kconfig_updates/plasma_popupapplet_fix_groups.pl b/data/kconfig_updates/plasma_popupapplet_fix_groups.pl deleted file mode 100755 index 4a9f0f913..000000000 --- a/data/kconfig_updates/plasma_popupapplet_fix_groups.pl +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/perl - -while(<>) { - if ($_ =~ m/^\[.*\[Configuration\]\[PopupApplet\]$/) { - print "# DELETEGROUP $_"; - $_ =~ s/\[Configuration\]\[PopupApplet\]$/[PopupApplet]/; - } - print $_; -} diff --git a/data/kconfig_updates/plasma_popupapplet_fix_groups.upd b/data/kconfig_updates/plasma_popupapplet_fix_groups.upd deleted file mode 100644 index 677288b4f..000000000 --- a/data/kconfig_updates/plasma_popupapplet_fix_groups.upd +++ /dev/null @@ -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