summarylogtreecommitdiffstats
path: root/mrduX.install
blob: 014d46cf9e0f98cafbd27f2c8e4140dbc806e864 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
  tput setaf 2  # set text foreground color to green
  tput smso; echo "mrduX $1 installed in /usr/share/mrduX"; tput rmso
  echo "- pay close attention to the list of optional dependecies"
  echo "- to install or upgrade mrduX run 'mrduX install'"
  echo "- to start mrduX run 'mrduX start'"
  tput setaf 7  # set text foreground color back to white
}

post_upgrade() {
  post_install $1
}