summarylogtreecommitdiffstats
path: root/bcwc-pcie-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'bcwc-pcie-git.install')
-rw-r--r--bcwc-pcie-git.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/bcwc-pcie-git.install b/bcwc-pcie-git.install
new file mode 100644
index 000000000000..724662d8a920
--- /dev/null
+++ b/bcwc-pcie-git.install
@@ -0,0 +1,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
+}