summarylogtreecommitdiffstats
path: root/esniperweb.install
diff options
context:
space:
mode:
authoryhfudev2017-11-05 22:18:21 -0500
committeryhfudev2017-11-05 22:18:21 -0500
commit3797711e46cde7bdefd771cda875085e03e76af2 (patch)
treee67f6b44d120c5e28915ab43636857cb60e493f3 /esniperweb.install
downloadaur-esniper-web.tar.gz
Initial import
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
+}