summarylogtreecommitdiffstats
path: root/nrf5x-sniffer.install
blob: 644a79bbdef47adb121d54c72d603b291071fe50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {
tput bold
  cat << EOF
firmware files and instructions are located at
/usr/share/nrf5x-sniffer/
EOF
tput sgr0
}

post_upgrade() {
  post_install
}