xbps-src/doinstall: there's no need to remove pkg metafiles on destdir.
This commit is contained in:
parent
ba99e9d76c
commit
1651a5fe6e
1 changed files with 0 additions and 5 deletions
|
@ -76,11 +76,6 @@ if [ ! -f $XBPS_INSTALL_DONE ]; then
|
|||
exit 0
|
||||
fi
|
||||
|
||||
# Always remove metadata files generated in a previous installation.
|
||||
for f in INSTALL REMOVE files.plist props.plist rdeps shlib-provides shlib-requires; do
|
||||
[ -f ${PKGDESTDIR}/${f} ] && rm -f ${PKGDESTDIR}/${f}
|
||||
done
|
||||
|
||||
# If it's a subpkg execute the pkg_install() function.
|
||||
if [ "$sourcepkg" != "$PKGNAME" ]; then
|
||||
# Source all subpkg environment setup snippets.
|
||||
|
|
Loading…
Reference in a new issue