summarylogtreecommitdiffstats
path: root/portal.install
blob: 2a8853332d6c147844f16b4070ccced3ebb564a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  portal-postconf -d "$HOST"
}

post_upgrade() {
  post_install
}

post_remove() {
  post_install
}