[jetrix-cvs] SF.net SVN: jetrix:[756] jetrix/trunk/src/etc/control
Brought to you by:
smanux
From: <sm...@us...> - 2008-09-02 09:45:48
|
Revision: 756 http://jetrix.svn.sourceforge.net/jetrix/?rev=756&view=rev Author: smanux Date: 2008-09-02 09:45:45 +0000 (Tue, 02 Sep 2008) Log Message: ----------- Added a symbolic link in /usr/bin to start Jetrix Modified Paths: -------------- jetrix/trunk/src/etc/control/control jetrix/trunk/src/etc/control/postinst Added Paths: ----------- jetrix/trunk/src/etc/control/postrm Modified: jetrix/trunk/src/etc/control/control =================================================================== --- jetrix/trunk/src/etc/control/control 2008-09-02 07:28:18 UTC (rev 755) +++ jetrix/trunk/src/etc/control/control 2008-09-02 09:45:45 UTC (rev 756) @@ -4,6 +4,11 @@ Priority: optional Architecture: all Depends: sun-java6-jre +Suggest: gtetrinet Maintainer: Emmanuel Bourg <sm...@lf...> Homepage: http://jetrix.sourceforge.net Description: Jetrix TetriNET Server + Jetrix is a server hosting TetriNET games. TetriNET is a variant of + Tetris played over the internet and confronting up to six players + simultaneously. Jetrix features a web based admnistration console to + tune easily the settings of the server. Modified: jetrix/trunk/src/etc/control/postinst =================================================================== --- jetrix/trunk/src/etc/control/postinst 2008-09-02 07:28:18 UTC (rev 755) +++ jetrix/trunk/src/etc/control/postinst 2008-09-02 09:45:45 UTC (rev 756) @@ -1,3 +1,5 @@ #!/bin/sh +ln -s /usr/share/jetrix/jetrix /usr/bin/jetrix + # TODO Move the log directory and create a symlink Added: jetrix/trunk/src/etc/control/postrm =================================================================== --- jetrix/trunk/src/etc/control/postrm (rev 0) +++ jetrix/trunk/src/etc/control/postrm 2008-09-02 09:45:45 UTC (rev 756) @@ -0,0 +1,3 @@ +#!/bin/sh + +rm /usr/bin/jetrix This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |