mkdir -p build/bhcmgr_1.0-1/usr/local/;
mkdir build/bhcmgr_1.0-1/usr/local/bin/;
mkdir build/bhcmgr_1.0-1/usr/local/share/;
mkdir build/bhcmgr_1.0-1/usr/local/share/applications/;
mkdir build/bhcmgr_1.0-1/usr/local/share/bhcmgr/;
cp -r images/ build/bhcmgr_1.0-1/usr/local/share/bhcmgr/;
cp bhcmgr build/bhcmgr_1.0-1/usr/local/bin/;
cp bhcmgr build/bhcmgr_1.0-1/usr/bin/;
cp bhcmgr.desktop build/bhcmgr_1.0-1/usr/local/share/applications/;
mkdir build/bhcmgr_1.0-1/DEBIAN
cp control build/bhcmgr_1.0-1/DEBIAN
cd build/ && dpkg-deb --build bhcmgr_1.0-1;
|-- BhcMgr.c
|-- LICENSE
|-- Makefile
|-- bhcmgr_1.0-1
| |-- DEBIAN
| | `-- control
| `-- usr
| |-- bin
| | `-- bhcmgr
| `-- local
| |-- bin
| | `-- bhcmgr
| `-- share
| |-- applications
| | `-- bhcmgr.desktop
| `-- bhcmgr
| `-- images
| |-- battery_100.png
| |-- battery_60.png
| |-- battery_80.png
| |-- battery_about.png
| |-- bhcmgr.png
| `-- icon.ico
`-- bhcmgr_1.0-1.deb