blob: 1847d09d849ef89efc6bfc7de3e6cdb66e559a0c (
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
dist_install_DATA = LICENSE
|