summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f0a78af)
raw | patch | inline | side by side (parent: f0a78af)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 6 Oct 2010 11:04:09 +0000 (11:04 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 6 Oct 2010 11:04:09 +0000 (11:04 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19923 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/contrib/build-gosa | patch | blob | history |
index a020489d01f98fcf562278c570d190c765b11b03..c7d756b310bbc144f31711adc7d310c73fd61e45 100755 (executable)
smarty_dir = join(core_dir, "include", "smarty")
for rfile in [f for f in os.listdir(join(smarty_dir, "plugins"))
if not f in ["block.render.php", "block.t.php", "function.msgPool.php",
- "function.factory.php"]]:
+ "function.factory.php", "function.image.php"]]:
os.remove(join(smarty_dir, "plugins", rfile))