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