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