Corrected the filenames
git-svn-id: http://www.neo1973-germany.de/svn@189 46df4e5c-bc4e-4628-a0fc-830ba316316d
This commit is contained in:
parent
4a8b41faad
commit
dcdec41a4c
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
mkdir /usr/share/unitc
|
||||
cp unit.xml /usr/share/unitc
|
||||
chmod +x unit_converter.py
|
||||
cp unit_converter.py /usr/bin/unitc
|
||||
chmod +x unitc.py
|
||||
cp unitc.py /usr/bin/unitc
|
||||
cp unitc.desktop /usr/share/applications/
|
||||
|
|
Loading…
Reference in a new issue