Skip to content

Commit

Permalink
live-helper 2.x compliance
Browse files Browse the repository at this point in the history
  • Loading branch information
Stemby committed May 13, 2010
1 parent 73b1d47 commit d8a7831
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions bt-builder.py
Expand Up @@ -4,7 +4,6 @@

import os
import urllib
import fileinput

# General functions
def download(filename, destination):
Expand Down Expand Up @@ -37,14 +36,6 @@ def main():
destination = 'config/chroot_local-packageslists/'
download(filename, destination)

# Enable the package list
print 'Enabling the package list...'
for line in fileinput.input('config/chroot', inplace=1):
if 'LH_PACKAGES_LISTS' in line:
line = line.replace('standard', 'standard bimbotuxpkg')
print line,
print '... done'

# Download .fvwm2rc
filename = '.fvwm2rc'
destination = 'config/chroot_local-includes/etc/skel/.fvwm/'
Expand Down

0 comments on commit d8a7831

Please sign in to comment.