diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-02-23 00:09:17 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-02-23 00:09:17 +0000 |
| commit | 4b0a216bcf413989b5a7e6c1ad0275247fabca9c (patch) | |
| tree | e8bde67156acd5a46a612481794c20474261aadf /lib/python/Plugins/SystemPlugins | |
| parent | 71798ac3f2d13f01501476fc7fcc00c49303e88a (diff) | |
| download | enigma2-4b0a216bcf413989b5a7e6c1ad0275247fabca9c.tar.gz enigma2-4b0a216bcf413989b5a7e6c1ad0275247fabca9c.zip | |
recursively search for plugins
Diffstat (limited to 'lib/python/Plugins/SystemPlugins')
| -rw-r--r-- | lib/python/Plugins/SystemPlugins/Makefile.am | 6 | ||||
| -rw-r--r-- | lib/python/Plugins/SystemPlugins/__init__.py | 0 |
2 files changed, 6 insertions, 0 deletions
diff --git a/lib/python/Plugins/SystemPlugins/Makefile.am b/lib/python/Plugins/SystemPlugins/Makefile.am index 2b71624c..aa71df93 100644 --- a/lib/python/Plugins/SystemPlugins/Makefile.am +++ b/lib/python/Plugins/SystemPlugins/Makefile.am @@ -1 +1,7 @@ SUBDIRS = SoftwareUpdate FrontprocessorUpgrade + +installdir = $(LIBDIR)/enigma2/python/Plugins/SystemPlugins + +install_PYTHON = \ + __init__.py + diff --git a/lib/python/Plugins/SystemPlugins/__init__.py b/lib/python/Plugins/SystemPlugins/__init__.py new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/lib/python/Plugins/SystemPlugins/__init__.py |
