diff options
author | Tom Gilbert <tom@linuxbrit.co.uk> | 2005-08-24 20:15:50 +0000 |
---|---|---|
committer | Tom Gilbert <tom@linuxbrit.co.uk> | 2005-08-24 20:15:50 +0000 |
commit | d425a52348d2d4dd1fe87f75a5d5e74e4de19787 (patch) | |
tree | 987d65804b9d21182575fafdf4fdfe093b42d1f0 /lib/rbot/post-install.rb | |
parent | 92a2c31c9204d228cd580692418d1f68f4de2255 (diff) |
switch back to post-config to help packagers
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" -} |