8 lines
162 B
Text
8 lines
162 B
Text
# Template file for 'systemd-python'.
|
|
#
|
|
short_desc="${sourcepkg} - python bindings"
|
|
pycompile_module="systemd"
|
|
|
|
do_install() {
|
|
vmove "usr/lib/python*" usr/lib
|
|
}
|