summarylogtreecommitdiffstats
path: root/nteract-bin.install
blob: 7cff9b21bc7b53703939719e07e7ec252f8bbe6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
post_install() {
  cat << EOF

   ╭────────────────────────────────────────────────────────╮
   │                                                        │
   │     For help installing additional kernels, visit:     │
   │  https://wiki.archlinux.org/index.php/Jupyter#Kernels  │
   │                                                        │
   ╰────────────────────────────────────────────────────────╯

EOF
}

post_upgrade() {
  post_install()
}