diff options
Diffstat (limited to 'social/statusnet/statusnet.install')
-rw-r--r-- | social/statusnet/statusnet.install | 11 |
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 -} |