summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTom Gilbert <tom@linuxbrit.co.uk>2005-08-24 20:18:00 +0000
committerTom Gilbert <tom@linuxbrit.co.uk>2005-08-24 20:18:00 +0000
commitdb0959ad0f4ad86abb780a40cbb551f84ba90caf (patch)
treef06197f19ed522ddc9830aa422ef3515aaf33a3a /lib
parentd425a52348d2d4dd1fe87f75a5d5e74e4de19787 (diff)
add this to clean up
Diffstat (limited to 'lib')
-rw-r--r--lib/rbot/post-clean.rb1
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")