summaryrefslogtreecommitdiff
path: root/lib/rbot
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbot')
-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")