summarylogtreecommitdiffstats
path: root/wit.install
blob: 8d0a1028646fd8104cbfa688a7aa5152d0a07d9c (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
  echo 'WIT comes with a script to automatically update its titles lists. It is'
  echo 'located in /usr/share/wit/load-titles.sh and needs to be run as root.'
}

post_upgrade() {
  post_install
}

# vim: ts=2 sw=2 et: