Added postinst script for debian packaging.
commit93c3e69e17c643d693e5da28d7a124e6fdce20e2
authorEmmanuel Roullit <emmanuel.roullit@gmail.com>
Tue, 10 Jul 2012 16:38:27 +0000 (10 18:38 +0200)
committerEmmanuel Roullit <emmanuel.roullit@gmail.com>
Tue, 10 Jul 2012 20:22:08 +0000 (10 22:22 +0200)
treeb64696edddabaaec96eb303a8492f7e5e606938e
parentc8612afe0a321b46a7218370e4696cd4aa2b3f3b
Added postinst script for debian packaging.

 * Grant capabilities after the package is installed.
 * Call ldconfig to register new shared library.

The 'postinst' script is executed when a debian package is installed
properly on the target.
We can use it to grand to the dabba daemon the extra capabilities it
needs to run without the need of 'sudo'.
CMakeLists.txt
debian/postinst [new file with mode: 0755]