mirror of
https://github.com/outbackdingo/scratchpkg.git
synced 2026-03-20 07:44:29 +00:00
revert some features from pkgadd
This commit is contained in:
2
pkgadd
2
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
|
||||
|
||||
Reference in New Issue
Block a user