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