mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-26 19:13:51 +02:00
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
|
exit 0
|
||||||
fi
|
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 it's a subpkg execute the pkg_install() function.
|
||||||
if [ "$sourcepkg" != "$PKGNAME" ]; then
|
if [ "$sourcepkg" != "$PKGNAME" ]; then
|
||||||
# Source all subpkg environment setup snippets.
|
# Source all subpkg environment setup snippets.
|
||||||
|
|
Loading…
Add table
Reference in a new issue