File: install_gui.sh

package info (click to toggle)
kernelshark 2.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,760 kB
  • sloc: cpp: 12,517; ansic: 11,546; sh: 89; makefile: 89
file content (9 lines) | stat: -rwxr-xr-x 246 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
if cmake -DCOMPONENT=kernelshark -P cmake_install.cmake; then
    echo "Kernelshark installed correctly"
else
    exit 1
fi

if ! cmake -DCOMPONENT=polkit-policy -P cmake_install.cmake; then
    echo >&2 "Warning: polkit policy not installed"
fi