From b2cb14d13b4650bf8e5a5de97571a2cf6ae39f60 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 23 Jun 2008 21:30:30 +0200 Subject: bin/pkg: Removed obsoleted VCS_ variables --- bin/pkg | 5 ----- 1 file changed, 5 deletions(-) diff --git a/bin/pkg b/bin/pkg index 149388a..ee8ec2c 100755 --- a/bin/pkg +++ b/bin/pkg @@ -2,11 +2,6 @@ # Recommended: hg >= 1.0 PDIR="$HOME/packages" PKG_ROOT="ssh://derf.homelinux.org/var/packages_root" -VCS_CMD=(hg --quiet) -VCS_ADD=(clone) -VCS_INCOMING=(incoming) -VCS_STATUS=(status) -VCS_UPDATE=(pull --update) CL_OPTIONS=(-q) info=$'\e[0;36m' error=$'\e[0;31m' -- cgit v1.2.3