Revision fd5bab1c
Added by Marc Dequènes over 14 years ago
- ID fd5bab1cab88caa9f47697c941f8e2fe28573a01
post-clean.rb | ||
---|---|---|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||
#++
|
||
|
||
conffile = "lib/cyborghood/config_setup.rb"
|
||
conffile = 'lib/cyborghood/base/config_setup.rb'
|
||
File.unlink(conffile) if FileTest.exists?(conffile)
|
Also available in: Unified diff
[cleanup] moved base require files in 'lib/cyborghood/base'