move the plugins into their own directory and every plugin has a main python file...
[vuplus_dvbapp] / lib / python / Plugins / Makefile.am
index 610314d..21dcb9c 100644 (file)
@@ -1,6 +1,8 @@
 installdir = $(LIBDIR)/enigma2/python/Plugins
 
+SUBDIRS = update
+
 install_PYTHON =       \
-       __init__.py \
-       update.py
-#      example.py 
+       __init__.py
+