libxbps: some random bugfixes.
* libxbps: while running INSTALL/REMOVE scripts, do not fail if a script returns ENOENT but the script exists; that means the script did not match the expected action on its switch statement and the fact can be simply ignored. * libxbps: while upgrading packages and searching for obsolete files, do not remove the files that did not match previous SHA256 hash. Also, only remove obsolete dangling symlinks.
This commit is contained in:
@ -59,7 +59,7 @@ __BEGIN_DECLS
|
||||
* @def XBPS_RELVER
|
||||
* Current library release date.
|
||||
*/
|
||||
#define XBPS_RELVER "20100511"
|
||||
#define XBPS_RELVER "20100518:0.5.2"
|
||||
|
||||
/**
|
||||
* @def XBPS_META_PATH
|
||||
|
Reference in New Issue
Block a user