diff options
Diffstat (limited to 'lib/rbot/post-install.rb')
-rw-r--r-- | lib/rbot/post-install.rb | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/rbot/post-install.rb b/lib/rbot/post-install.rb deleted file mode 100644 index e26653ba..00000000 --- a/lib/rbot/post-install.rb +++ /dev/null @@ -1,8 +0,0 @@ -# write out our datadir so we can reference it at runtime -File.open("#{config('rbdir')}/rbot/pkgconfig.rb", "w") {|f| - f.puts "module Irc" - f.puts " module PKGConfig" - f.puts " DATADIR = '#{config('datadir')}/rbot'" - f.puts " end" - f.puts "end" -} |