diff options
| author | acid-burn <acidburn@opendreambox.org> | 2009-08-27 17:38:58 +0200 |
|---|---|---|
| committer | acid-burn <acidburn@opendreambox.org> | 2009-08-27 17:38:58 +0200 |
| commit | 1b69c6d4604804d03cc4ac3cccaa16b7ae70ccad (patch) | |
| tree | 18be7ddfe86214af186ed909621b7958c130413b /lib/python/Plugins/SystemPlugins/CleanupWizard/meta | |
| parent | 17ce0c30d39a197c49c9a2945e4e5cff53317aa4 (diff) | |
| download | enigma2-1b69c6d4604804d03cc4ac3cccaa16b7ae70ccad.tar.gz enigma2-1b69c6d4604804d03cc4ac3cccaa16b7ae70ccad.zip | |
Enigma2: add CleanupWizard to SystemPlugins and Enigma2 build.
- The CleanupWizard informs you on system boot if your avalalble internal memory (flash) has droppen below 2MB
and allows the removal of enigma2-plugins and skins to cleanup the internal memory (flash) on bootup.
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/CleanupWizard/meta')
| -rwxr-xr-x | lib/python/Plugins/SystemPlugins/CleanupWizard/meta/Makefile.am | 3 | ||||
| -rwxr-xr-x | lib/python/Plugins/SystemPlugins/CleanupWizard/meta/plugin_cleanupwizard.xml | 26 |
2 files changed, 29 insertions, 0 deletions
diff --git a/lib/python/Plugins/SystemPlugins/CleanupWizard/meta/Makefile.am b/lib/python/Plugins/SystemPlugins/CleanupWizard/meta/Makefile.am new file mode 100755 index 00000000..125ce5cd --- /dev/null +++ b/lib/python/Plugins/SystemPlugins/CleanupWizard/meta/Makefile.am @@ -0,0 +1,3 @@ +installdir = $(pkgdatadir)/meta/enigma2/ + +dist_install_DATA = plugin_cleanupwizard.xml diff --git a/lib/python/Plugins/SystemPlugins/CleanupWizard/meta/plugin_cleanupwizard.xml b/lib/python/Plugins/SystemPlugins/CleanupWizard/meta/plugin_cleanupwizard.xml new file mode 100755 index 00000000..261eb497 --- /dev/null +++ b/lib/python/Plugins/SystemPlugins/CleanupWizard/meta/plugin_cleanupwizard.xml @@ -0,0 +1,26 @@ +<default> + <prerequisites> + <tag type="System" /> + </prerequisites> + <info language="en"> + <author>Dream Multimedia</author> + <name>CrashlogAutoSubmit</name> + <packagename>enigma2-plugin-systemplugins-crashlogautosubmit</packagename> + <shortdescription>Automatically send crashlogs to Dream Multimedia</shortdescription> + <description>With the CrashlogAutoSubmit extension it is possible to automatically send crashlogs + found on your Harddrive to Dream Multimedia + </description> + </info> + <info language="de"> + <author>Dream Multimedia</author> + <name>CrashlogAutoSubmit</name> + <packagename>enigma2-plugin-systemplugins-crashlogautosubmit</packagename> + <shortdescription>Automatisches versenden von Crashlogs an Dream Multimedia</shortdescription> + <description>Mit dem CrashlogAutoSubmit Plugin ist es möglich auf Ihrer Festplatte + gefundene Crashlogs automatisch an Dream Multimedia zu versenden. + </description> + </info> + <files type="package"> <!-- without version, without .ipk --> + <file type="package" name="enigma2-plugin-systemplugins-crashlogautosubmit" /> + </files> +</default> |
