Entropy/Spritz:
- add entropy-repo-manager split executable and desktop file git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2907 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
import subprocess
|
||||
rc = subprocess.call(["python2","/usr/lib/entropy/spritz/repo-manager-client.py"])
|
||||
raise SystemExit(rc)
|
||||
@@ -0,0 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Name=Entropy Repository Manager
|
||||
Comment=Entropy Graphical Repository Manager
|
||||
Categories=Application;System
|
||||
Icon=/usr/share/pixmaps/spritz/spritz-icon.png
|
||||
Exec=entropy-repo-manager %U
|
||||
Type=Application
|
||||
Terminal=false
|
||||
Reference in New Issue
Block a user