Skip to content

Commit

Permalink
Changed a doc string in the post module
Browse files Browse the repository at this point in the history
  • Loading branch information
thatch45 committed Dec 1, 2010
1 parent 0af0bc6 commit 461395d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions varch/post.py
@@ -1,8 +1,8 @@
'''
A numer of operations may need to be executed - post install - like the
application overlay and automated instalation of AUR packages.
application overlay.
There may also be things that are desired which may be easier to do outside
the scope of the aif file
the scope of the aif file.
'''

import subprocess
Expand All @@ -21,6 +21,7 @@ def overlay(self):
'''
Apply an optional overlay
'''
# I am being lazy, I shouldn't have to shell out here
if not self.opts['overlay']:
return
if os.path.isdir(self.opts['overlay']):
Expand Down

0 comments on commit 461395d

Please sign in to comment.