summarylogtreecommitdiffstats
path: root/trac.install
blob: b0ae2b13067e9d2498f966926186e625fea72033 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  echo "-- tracd.service is an example. Copy it into /etc/systemd/... and edit"
  echo "-- Please read http://trac.edgewall.org/wiki/TracInstall to install"
  echo "-- additional requirements"
  echo "--"
  echo "-- DB engines are mandatory!!!"
}

post_upgrade() {
  echo "-- tracd.service is an example. Copy it into /etc/systemd/... and edit"
}