install in share instead of local/share

This commit is contained in:
Kilian Valkhof 2010-03-23 17:57:44 +01:00
parent a24d69a178
commit c797699ff7
3 changed files with 6 additions and 2 deletions

View file

@ -3,5 +3,5 @@ import subprocess
import os, sys
if __name__ == "__main__":
path = "/usr/local/share/trimage/trimage.py"
path = "/usr/share/trimage/trimage.py"
subprocess.call([sys.executable, path] + sys.argv[1:])