diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/simplaret | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/simplaret b/src/simplaret index 0f968fa..7db9dbf 100755 --- a/src/simplaret +++ b/src/simplaret @@ -428,16 +428,6 @@ function simplaret_get { return 0 fi - # if repos_type == root, check also if - # there is a package on $PATCHES_DIR/root-$repository_name - if [ "$repos_type" == "root" ]; then - simplaret_repository_name - simplaret_search_and_delete $1 $PATCHES_DIR/$ARCH/$VERSION/root-$repository_name - if [ "$?" == "1" ]; then - return 0 - fi - fi - done # then search for the package in the repositories |