[evolvis-commits] r7630: theme. php is not needed↵

mirabilos at evolvis.org mirabilos at evolvis.org
Thu Feb 24 15:45:39 CET 2011


Author: mirabilos
Date: 2011-02-24 15:45:38 +0100 (Thu, 24 Feb 2011)
New Revision: 7630

Modified:
   trunk/gforge_base/evolvisforge-5.1/gforge/deb-specific/sf-register-theme
Log:
theme.php is not needed


Modified: trunk/gforge_base/evolvisforge-5.1/gforge/deb-specific/sf-register-theme
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/deb-specific/sf-register-theme	2011-02-24 14:45:31 UTC (rev 7629)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/deb-specific/sf-register-theme	2011-02-24 14:45:38 UTC (rev 7630)
@@ -29,10 +29,6 @@
     debug "The directory /usr/lib/sourceforge/www/themes/$thdir does not exist" ;
     exit 1 ;
 }
-unless (-e "/usr/lib/sourceforge/www/themes/$thdir/theme.php") {
-    debug "The file /usr/lib/sourceforge/www/themes/$thdir/theme.php does not exist" ;
-    exit 1 ;
-}
 unless (-e "/usr/lib/sourceforge/www/themes/$thdir/Theme.class") {
     debug "The file /usr/lib/sourceforge/www/themes/$thdir/Theme.class does not exist" ;
     exit 1 ;



More information about the evolvis-commits mailing list