summaryrefslogtreecommitdiff
path: root/src/chroot-tools/librechroot
diff options
context:
space:
mode:
Diffstat (limited to 'src/chroot-tools/librechroot')
-rwxr-xr-xsrc/chroot-tools/librechroot5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/chroot-tools/librechroot b/src/chroot-tools/librechroot
index a10734b..d5b677c 100755
--- a/src/chroot-tools/librechroot
+++ b/src/chroot-tools/librechroot
@@ -200,7 +200,10 @@ main() {
;;
# Dealing with packages
- install-file) normshell chroot_install_pkgs "$copydir" "$@";;
+ install-file)
+ normshell chroot_install_pkgs "$copydir" "$@"
+ normshell chroot_add_to_local_repo "$copydir" "$@"
+ ;;
install-name) archroot -r "$copydir" pacman -Sy "$@";;
update) archroot -u "$copydir";;
clean-pkgs)