summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-05-07 09:53:46 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-05-07 09:53:46 -0400
commit5ddbb379d1909903ef471aefb95cb106466f049d (patch)
tree7a2dbf4bd4c0ecef1e3144a22ff9a80172e89137
parent831e994238a1a1f5d1b729b52212757ac597466d (diff)
It appears that I left out implementing `librechroot update`
-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"