qubes-global-settings executable
This commit is contained in:
parent
1861ff386d
commit
c58e9850e9
@ -61,6 +61,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
|
/usr/bin/qubes-global-settings
|
||||||
/usr/bin/qubes-vm-settings
|
/usr/bin/qubes-vm-settings
|
||||||
/usr/bin/qubes-vm-create
|
/usr/bin/qubes-vm-create
|
||||||
/usr/libexec/qubes-manager/mount_for_backup.sh
|
/usr/libexec/qubes-manager/mount_for_backup.sh
|
||||||
|
1
setup.py
1
setup.py
@ -18,6 +18,7 @@ if __name__ == '__main__':
|
|||||||
},
|
},
|
||||||
entry_points={
|
entry_points={
|
||||||
'console_scripts': [
|
'console_scripts': [
|
||||||
|
'qubes-global-settings = qubesmanager.global_settings:main',
|
||||||
'qubes-vm-settings = qubesmanager.settings:main',
|
'qubes-vm-settings = qubesmanager.settings:main',
|
||||||
'qubes-vm-create = qubesmanager.create_new_vm:main',
|
'qubes-vm-create = qubesmanager.create_new_vm:main',
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user