blob: 32a07da4309ca2b3440847741dcb7cedad0904d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
installdir = $(pkglibdir)/python/Plugins/SystemPlugins/SoftwareManager
install_PYTHON = \
__init__.py \
plugin.py \
BackupRestore.py \
ImageWizard.py \
imagewizard.xml \
*.png
install_DATA = LICENSE
|