xbps-src: remove a pkg thru the chroot handler to fix some bugs in pre/post_remove funcs.
This commit is contained in:
@@ -247,7 +247,7 @@ xbps_chroot_handler()
|
||||
|
||||
[ "$action" != "configure" -a "$action" != "build" -a \
|
||||
"$action" != "install" -a "$action" != "chroot" -a \
|
||||
"$action" != "install-destdir" ] && return 1
|
||||
"$action" != "install-destdir" -a "$action" != "remove" ] && return 1
|
||||
|
||||
if [ ! -f $XBPS_MASTERDIR/.xbps_perms_done ]; then
|
||||
echo -n "==> Preparing chroot on $XBPS_MASTERDIR... "
|
||||
|
||||
Reference in New Issue
Block a user