mirror of
https://github.com/Kilian/Trimage.git
synced 2026-01-26 01:58:41 -05:00
install in share instead of local/share
This commit is contained in:
parent
a24d69a178
commit
c797699ff7
3 changed files with 6 additions and 2 deletions
|
|
@ -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:])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue