diff options
author | Tom Gilbert <tom@linuxbrit.co.uk> | 2005-08-24 20:18:00 +0000 |
---|---|---|
committer | Tom Gilbert <tom@linuxbrit.co.uk> | 2005-08-24 20:18:00 +0000 |
commit | db0959ad0f4ad86abb780a40cbb551f84ba90caf (patch) | |
tree | f06197f19ed522ddc9830aa422ef3515aaf33a3a | |
parent | d425a52348d2d4dd1fe87f75a5d5e74e4de19787 (diff) |
add this to clean up
-rw-r--r-- | lib/rbot/post-clean.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rbot/post-clean.rb b/lib/rbot/post-clean.rb new file mode 100644 index 00000000..b53902af --- /dev/null +++ b/lib/rbot/post-clean.rb @@ -0,0 +1 @@ +File.unlink("pkgconfig.rb") if FileTest.exist?("pkgconfig.rb") |