summarylogtreecommitdiffstats
path: root/relay-git.install
blob: cfed9de045e16c6075b13601e7c7b3e0f891d4eb (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  echo "Be sure to run"
  echo ""
  echo "    \"update-desktop-database /usr/share/applications\""
  echo ""
  echo "and"
  echo ""
  echo "    \"gtk-update-icon-cache -f -t /usr/share/icons/hicolor\""
  echo ""
  echo "after the install completes"
}