Get rid of pkg state half-unpacked; not-installed state is good enough.
This commit is contained in:
@@ -42,7 +42,6 @@ static const struct state states[] = {
|
||||
{ "broken", XBPS_PKG_STATE_BROKEN },
|
||||
{ "half-removed", XBPS_PKG_STATE_HALF_REMOVED },
|
||||
{ "not-installed", XBPS_PKG_STATE_NOT_INSTALLED },
|
||||
{ "half-unpacked", XBPS_PKG_STATE_HALF_UNPACKED },
|
||||
{ NULL, 0 }
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user