summarylogtreecommitdiffstats
path: root/thebear-git.install
blob: 57254488ffdd69ad348690d4b67803c309fdda68 (plain)
1
2
3
4
5
6
7
post_install() {
	ln -s /usr/share/webapps/thebear /srv/http/
}

post_remove() {
	rm -f /srv/http/thebear
}