summarylogtreecommitdiffstats
path: root/webcamstudio.install
blob: cab8e58a38ac811564000a86ef0e5afa52277394 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
  printf "%b\n" "$ws4gl"
}

read -d '' ws4gl <<'EOF'
WebcamStudio
============

To use WebcamStudio, you need to have the v4l2loopback kernel module
loaded first:

    $ modprobe v4l2loopback
EOF