From 5ddbb379d1909903ef471aefb95cb106466f049d Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 7 May 2013 09:53:46 -0400 Subject: It appears that I left out implementing `librechroot update` --- src/chroot-tools/librechroot | 1 + 1 file changed, 1 insertion(+) 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" -- cgit v1.2.2