diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-05-07 09:53:46 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-05-07 09:53:46 -0400 |
commit | 5ddbb379d1909903ef471aefb95cb106466f049d (patch) | |
tree | 7a2dbf4bd4c0ecef1e3144a22ff9a80172e89137 /src/chroot-tools | |
parent | 831e994238a1a1f5d1b729b52212757ac597466d (diff) |
It appears that I left out implementing `librechroot update`
Diffstat (limited to 'src/chroot-tools')
-rwxr-xr-x | src/chroot-tools/librechroot | 1 |
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" |