blob: a8b187dc6496917fc837f57c08beeb05b0560c52 (
plain)
1
2
3
4
5
6
7
8
9
|
installdir = $(pkglibdir)/python/Plugins/SystemPlugins
SUBDIRS = SoftwareManager FrontprocessorUpgrade PositionerSetup Satfinder \
SkinSelector SatelliteEquipmentControl Videomode VideoTune Hotplug \
DefaultServicesScanner NFIFlash DiseqcTester CommonInterfaceAssignment \
CrashlogAutoSubmit CleanupWizard VideoEnhancement WirelessLan NetworkWizard
install_PYTHON = \
__init__.py
|