summaryrefslogtreecommitdiff
path: root/social/statusnet/statusnet.install
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-08-27 05:07:26 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-08-27 05:07:26 -0300
commit0ff008e3c9dcc5ef088f481dfff3dcd121575598 (patch)
treed6f6cf5d6939e1f030a48d3711d3606570afd08f /social/statusnet/statusnet.install
parented9d1c12bbfcf9cb8b3d53e886edb679df372640 (diff)
move some packages from [social] to [pcr] and remove unused [social]
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
-}