summarylogtreecommitdiffstats
path: root/pico-sdk.install
blob: 495281e88cfd517b6fd274a302acb37661661682 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
  printf "$(tput setaf 4)pico-sdk was installed on $(tput setaf 2)/usr/share/pico-sdk$(tput sgr0)\n"
  printf "$(tput setaf 4)$(tput sgr0)\n"
  printf "$(tput setaf 4)You need to source $(tput setaf 2)/etc/profile$(tput setaf 4) or relogin to set PICO_SDK_PATH.$(tput sgr0)\n"
}

post_upgrade() {
  post_install
}