diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-08-13 16:44:14 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-08-13 16:44:14 -0300 |
commit | d80a5c29f6e3be041302ea1694e8a2087ad56e21 (patch) | |
tree | 27f3038563b4d72117c7af42b8a113c891a711ce /social/statusnet/statusnet.install | |
parent | d2031b63aea370127db155fdc8f86c7f45196b41 (diff) | |
download | abslibre-d80a5c29f6e3be041302ea1694e8a2087ad56e21.tar.gz abslibre-d80a5c29f6e3be041302ea1694e8a2087ad56e21.tar.bz2 abslibre-d80a5c29f6e3be041302ea1694e8a2087ad56e21.zip |
social/statusnet-0.9.9-1
Removed generation in favor of self declarating package functions
Diffstat (limited to 'social/statusnet/statusnet.install')
-rw-r--r-- | social/statusnet/statusnet.install | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/social/statusnet/statusnet.install b/social/statusnet/statusnet.install index 426934404..5ec72e7c2 100644 --- a/social/statusnet/statusnet.install +++ b/social/statusnet/statusnet.install @@ -2,8 +2,6 @@ post_install(){ cat <<EOM StatusNet is now installed on your system. -You should link /usr/share/webapps/statusnet to /srv/http/ - Start MySQL and your prefered webserver and visit http://yoursite.tld/statusnet/install.php |