summaryrefslogtreecommitdiff
path: root/src/chroot-tools/librechroot
diff options
context:
space:
mode:
Diffstat (limited to 'src/chroot-tools/librechroot')
-rwxr-xr-xsrc/chroot-tools/librechroot1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/chroot-tools/librechroot b/src/chroot-tools/librechroot
index 45aec10..a10734b 100755
--- a/src/chroot-tools/librechroot
+++ b/src/chroot-tools/librechroot
@@ -202,6 +202,7 @@ main() {
# Dealing with packages
install-file) normshell chroot_install_pkgs "$copydir" "$@";;
install-name) archroot -r "$copydir" pacman -Sy "$@";;
+ update) archroot -u "$copydir";;
clean-pkgs)
trap "rm -f '$copydir'/clean '$copydir'/chrootexec" EXIT
cp -a "$(which chcleanup)" "$copydir/clean"