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:
lxnay
2009-01-16 13:37:04 +00:00
parent 6764c067e3
commit 5f102d28c8
2 changed files with 13 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
#!/usr/bin/python
import subprocess
rc = subprocess.call(["python2","/usr/lib/entropy/spritz/repo-manager-client.py"])
raise SystemExit(rc)
+9
View File
@@ -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