epic-ts
[xhome.git] / debian / xfhem.cp
1 #!/bin/bash
2 set -e
3
4 mkdir -p $1/usr/bin/
5 cp xfhem/bin/xfhem $1/usr/bin/
6
7 mkdir -p $1/opt/fhem/
8 cp xfhem/etc/wagnertech.cfg $1/opt/fhem/
9
10