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