diff --git a/pkgadd b/pkgadd index 454fb8b..75da360 100755 --- a/pkgadd +++ b/pkgadd @@ -227,8 +227,6 @@ if [ ! "$IGNORE_CONFLICT" ]; then if [ -e "$ROOT_DIR/$line" ] || [ -L "$ROOT_DIR/$line" ]; then if [ "$UPGRADE_PKG" ] || [ "$REINSTALL_PKG" ]; then if [ ! "$(grep -Fx "$line" "$INDEX_DIR/$name/.files")" ]; then - owner="$(grep -E ^$line$ $INDEX_DIR/*/.files | sed "s,$INDEX_DIR/,,;s,\/.*,,")" - [ "$owner" ] && owner=\($owner\) echo "$line $owner" conflictedfile=yes fi