summarylogtreecommitdiffstats
path: root/tingle.install
blob: b21e6bd1e92171c203c1ffe0b257b01f77ae1376 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
_pkgname='tingle'

post_install() {
  printf '\n'
  printf '%s\n' " >> USAGE NOTES FOR '${_pkgname}' ON ARCH LINUX:"
  printf '\n'
  cat "/usr/share/doc/${_pkgname}/tingle-usage-on-arch.md"
  printf '\n'
}

post_upgrade() {
  post_install "$@"
}