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

post_remove() {
	rm -f /srv/http/webui-aria2
}