aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/grsup6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/grsup b/bin/grsup
index d722edb..5f03131 100755
--- a/bin/grsup
+++ b/bin/grsup
@@ -236,9 +236,9 @@ def main():
shutil(oldmakeconf, '%s.old' % oldmakeconf)
shutil.copy(newmakeconf, oldmakeconf)
- # Check if we left behind a dirty /etc/portage
- if os.path.isfile(CONST.PORTAGE_DIRTYFILE):
- WorldConf.clean()
+ # 1. Install all world.conf files.
+ # 2. Do the emerge.
+ # 3. Cleanup unused /etc/portage files.
open(CONST.PORTAGE_DIRTYFILE, 'a').close()
WorldConf.install()