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 /po/Makefile.am | |
| 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 'po/Makefile.am')
| -rwxr-xr-x | po/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/po/Makefile.am b/po/Makefile.am index b589e70a..f6d4fd5c 100755 --- a/po/Makefile.am +++ b/po/Makefile.am @@ -31,6 +31,7 @@ enigma2.pot: ./xml2po.py ../data/ >> enigma2.pot ./xml2po.py ../lib/python/Plugins/SystemPlugins/Videomode/ >> enigma2.pot ./xml2po.py ../lib/python/Plugins/SystemPlugins/SoftwareManager/ >> enigma2.pot + ./xml2po.py ../lib/python/Plugins/SystemPlugins/CleanupWizard/ >> enigma2.pot cat enigma2_rel25.pot | tail -n +19 >> enigma2.pot msguniq -o enigma2uniq.pot enigma2.pot $(RM) enigma2.pot |
