aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-checkparams
diff options
context:
space:
mode:
Diffstat (limited to 'pbuilder-checkparams')
-rwxr-xr-xpbuilder-checkparams5
1 files changed, 5 insertions, 0 deletions
diff --git a/pbuilder-checkparams b/pbuilder-checkparams
index 9c748b3..1107efb 100755
--- a/pbuilder-checkparams
+++ b/pbuilder-checkparams
@@ -34,6 +34,7 @@ PRESERVE_BUILDPLACE="no"
unset EXTRA_CONFIGFILE || true
PBUILDER_DEBUGMODE=
SAVE_AFTER_LOGIN=
+AUTOCLEANAPTCACHE=
#option for user-mode-linux only.
IGNORE_UMOUNT=""
@@ -105,6 +106,10 @@ while [ -n "$1" ]; do
fi
shift; shift;
;;
+ --autocleanaptcache)
+ AUTOCLEANAPTCACHE=yes
+ shift;
+ ;;
--removepackages)
REMOVEPACKAGES="$2";
shift; shift;