summarylogtreecommitdiffstats
path: root/cspace.install
blob: 7ccf1a738e1b8ff454dbf603d7a4d53457803956 (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
  cat << EOF

  Get started with cspace --help

EOF
}

post_upgrade() {
}