summarylogtreecommitdiffstats
path: root/gnome-developer-www-git.install
blob: aafb75468177cba664ed9158f55f7e96c91dbc11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {
  bold=$'\e[1m'
  normal=$'\e[0m'

  echo "${bold}To browse the website,${normal}"
  echo "If a web server is running, visit"
  echo "    http://localhost/gnome-developer-www"
  echo "Otherwise, visit"
  echo "    file:///srv/http/gnome-developer-www/index.html"
}

post_upgrade() {
  post_install
}