summaryrefslogtreecommitdiff
path: root/social/statusnet/statusnet.install
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-03-21 03:22:19 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-03-21 03:22:19 +0000
commitd0f33415f254cb2fee06fd89f9cfed4535322f37 (patch)
tree66c13d72eac4f0110772b4675231c891334137bc /social/statusnet/statusnet.install
parent7e108c74958ec076a3734822f61f145d0d69547f (diff)
Fri Mar 21 03:19:28 UTC 2014
Diffstat (limited to 'social/statusnet/statusnet.install')
-rw-r--r--social/statusnet/statusnet.install11
1 files changed, 0 insertions, 11 deletions
diff --git a/social/statusnet/statusnet.install b/social/statusnet/statusnet.install
deleted file mode 100644
index 5ec72e7c2..000000000
--- a/social/statusnet/statusnet.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install(){
- cat <<EOM
-StatusNet is now installed on your system.
-
-Start MySQL and your prefered webserver and visit
-http://yoursite.tld/statusnet/install.php
-
-Write permissions of /usr/share/webapps/statusnet has been granted to ensure the
-installation process can write the config file.
-EOM
-}