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

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