move the plugins into their own directory and every plugin has a main python file...
[vuplus_dvbapp] / lib / python / Plugins / Makefile.am
1 installdir = $(LIBDIR)/enigma2/python/Plugins
2
3 SUBDIRS = update
4
5 install_PYTHON =        \
6         __init__.py
7
8