summarylogtreecommitdiffstats
path: root/alarm-bluetooth-raspberrypi.install
diff options
context:
space:
mode:
authorJouni Rinne2020-06-07 15:12:17 +0300
committerJouni Rinne2020-06-07 15:12:17 +0300
commit8a648d27931267474ac0a32d9f0e3457c9dd325b (patch)
tree0bb97d3a6332af079d7c5aea77ccc11c37f20af2 /alarm-bluetooth-raspberrypi.install
parentae447e5adc714df2640b0ad6f92f6396bda71210 (diff)
downloadaur-alarm-bluetooth-raspberrypi.tar.gz
Fixed buggy PKGBUILD
Diffstat (limited to 'alarm-bluetooth-raspberrypi.install')
-rw-r--r--alarm-bluetooth-raspberrypi.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/alarm-bluetooth-raspberrypi.install b/alarm-bluetooth-raspberrypi.install
new file mode 100644
index 000000000000..f1dc6b21122f
--- /dev/null
+++ b/alarm-bluetooth-raspberrypi.install
@@ -0,0 +1,10 @@
+post_install() {
+ echo
+ echo -e "\033[1;33mPlease add bcmbt overlay to /boot/config.txt:"
+ echo -e "\033[0;31mdtoverlay=bcmbt \033[0m"
+ echo
+}
+
+post_upgrade() {
+ post_install
+}