diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-03-24 00:42:29 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-03-24 00:42:29 +0000 |
| commit | c0a2787dc8f4859ff9601a8299ede60142a196b5 (patch) | |
| tree | 784d6453990e7bd5ce4d28104ded9bdfaefa655f | |
| parent | e8abdf8a257808b72ef9fdb8e838f831ee8737a0 (diff) | |
| download | enigma2-c0a2787dc8f4859ff9601a8299ede60142a196b5.tar.gz enigma2-c0a2787dc8f4859ff9601a8299ede60142a196b5.zip | |
remove old softwareupdate from configure and makefile - new softwareupdate could be called stable by now
| -rw-r--r-- | configure.ac | 1 | ||||
| -rw-r--r-- | lib/python/Plugins/SystemPlugins/Makefile.am | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 34771a9c..d9c4095f 100644 --- a/configure.ac +++ b/configure.ac @@ -63,7 +63,6 @@ lib/python/Screens/Makefile lib/python/Plugins/Makefile lib/python/Plugins/SystemPlugins/Makefile lib/python/Plugins/SystemPlugins/SoftwareUpdate/Makefile -lib/python/Plugins/SystemPlugins/OldSoftwareUpdate/Makefile lib/python/Plugins/SystemPlugins/FrontprocessorUpgrade/Makefile lib/python/Plugins/SystemPlugins/PositionerSetup/Makefile lib/python/Plugins/SystemPlugins/ConfigurationBackup/Makefile diff --git a/lib/python/Plugins/SystemPlugins/Makefile.am b/lib/python/Plugins/SystemPlugins/Makefile.am index 6c48672f..34d9d304 100644 --- a/lib/python/Plugins/SystemPlugins/Makefile.am +++ b/lib/python/Plugins/SystemPlugins/Makefile.am @@ -1,2 +1,2 @@ -SUBDIRS = SoftwareUpdate FrontprocessorUpgrade OldSoftwareUpdate PositionerSetup ConfigurationBackup +SUBDIRS = SoftwareUpdate FrontprocessorUpgrade PositionerSetup ConfigurationBackup |
