#!/usr/bin/sudo bash # copy files to installation directories cmake --install build --prefix /usr --config Release -v # Done as an install action by the debian package. sudo /usr/bin/oppedalconfig --install # copy oppedalProfilePlugin as well. sudo cp build/src/oppedalProfilePlugin /usr/bin/oppedalProfilePlugin chmod +X /usr/bin/oppedalProfilePlugin