summarylogtreecommitdiffstats
path: root/bcwc-pcie-git.install
blob: 724662d8a92055887430382cca540e8094575522 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
  echo "Load this driver manually in order to use the webcam:"
  echo "# modprobe facetimehd"
  depmod $(cat /usr/lib/modules/extramodules-4.3-ARCH/version)
}

post_upgrade() {
  post_install
}