c9d612d5c7
git-svn-id: http://www.neo1973-germany.de/svn@146 46df4e5c-bc4e-4628-a0fc-830ba316316d
6 lines
167 B
Bash
6 lines
167 B
Bash
#!/bin/sh
|
|
mkdir /usr/share/unitc
|
|
cp unit.xml /usr/share/unitc
|
|
chmod +x unit_converter.py
|
|
cp unit_converter.py /usr/bin/unitc
|
|
cp unitc.desktop /usr/share/applications/
|