summarylogtreecommitdiffstats
path: root/firetable.install
blob: 6b3c2c76cbf72189290b6a836bda1dde98891b5f (plain)
1
2
3
4
5
6
7
post_install() {
  echo ":: To configure Firetable edit the files in '/etc/firetable/'"
}

post_upgrade() {
  post_install $1
}