summarylogtreecommitdiffstats
path: root/thebear-git.install
diff options
context:
space:
mode:
authoryhfudev2015-06-09 12:37:35 -0400
committeryhfudev2015-06-09 12:37:35 -0400
commitf071fc5812e8c5f838ef95ca9e774262d3db46c3 (patch)
tree6aaa199ed5385e80acdb64f4474dfd224f8ea489 /thebear-git.install
downloadaur-thebear-git.tar.gz
Initial import
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
+}