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