summarylogtreecommitdiffstats
path: root/hustoj.install
blob: a74457bd7430c03b7a54613ddec2dea317f10d77 (plain)
1
2
3
4
5
6
7
post_install() {
  ln -s /usr/share/webapps/hustoj /srv/http/
}

post_remove() {
  rm -f /srv/http/hustoj
}