summarylogtreecommitdiffstats
path: root/esniperweb.install
diff options
context:
space:
mode:
Diffstat (limited to 'esniperweb.install')
-rw-r--r--esniperweb.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/esniperweb.install b/esniperweb.install
new file mode 100644
index 000000000000..74f2e7d3c20e
--- /dev/null
+++ b/esniperweb.install
@@ -0,0 +1,7 @@
+post_install() {
+ ln -s /usr/share/webapps/esniper /srv/http/
+}
+
+post_remove() {
+ rm -f /srv/http/esniper
+}