bring back to work appmenu select/VM settings standalone app (#548)
This commit is contained in:
parent
1177a1d124
commit
bc451a9673
@ -1,5 +0,0 @@
|
||||
#!/usr/bin/python2.6
|
||||
import qubesmanager.appmenu_select
|
||||
|
||||
qubesmanager.appmenu_select.main()
|
||||
|
5
qubes-vm-settings
Executable file
5
qubes-vm-settings
Executable file
@ -0,0 +1,5 @@
|
||||
#!/usr/bin/python
|
||||
import qubesmanager.settings
|
||||
|
||||
qubesmanager.settings.main()
|
||||
|
@ -29,7 +29,7 @@ python -O -m compileall qubesmanager
|
||||
%install
|
||||
mkdir -p $RPM_BUILD_ROOT/usr/bin/
|
||||
cp qubes-manager $RPM_BUILD_ROOT/usr/bin
|
||||
cp qubes-appmenu-select $RPM_BUILD_ROOT/usr/bin
|
||||
cp qubes-vm-settings $RPM_BUILD_ROOT/usr/bin
|
||||
|
||||
mkdir -p $RPM_BUILD_ROOT/usr/libexec/qubes-manager/
|
||||
cp qubesmanager/mount_for_backup.sh $RPM_BUILD_ROOT/usr/libexec/qubes-manager/
|
||||
@ -77,7 +77,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
/usr/bin/qubes-manager
|
||||
/usr/bin/qubes-appmenu-select
|
||||
/usr/bin/qubes-vm-settings
|
||||
/usr/libexec/qubes-manager/mount_for_backup.sh
|
||||
%{python_sitearch}/qubesmanager/__init__.py
|
||||
%{python_sitearch}/qubesmanager/__init__.pyo
|
||||
|
Loading…
Reference in New Issue
Block a user