librewolf-musl: correct REMOVE hook

This commit is contained in:
KF-Art 2023-05-26 20:26:55 -04:00
parent a9361a456d
commit 04fb36fce4
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ case "$ACTION" in
post) post)
if [ "$UPDATE" = "no" ]; then if [ "$UPDATE" = "no" ]; then
# Enter via chroot to container and remove librewolf-bin # Enter via chroot to container and remove librewolf-bin
xchroot /glibc xbps-install -Ryfv librewolf-bin xchroot /glibc xbps-remove -Ryfv librewolf-bin
# Ensure that xchroot has unmounted all binds # Ensure that xchroot has unmounted all binds
umount -R "/glibc/dev" "/glibc/etc/resolv.conf" "/glibc/proc" "/glibc/sys" umount -R "/glibc/dev" "/glibc/etc/resolv.conf" "/glibc/proc" "/glibc/sys"

View file

@ -2,7 +2,7 @@
pkgname=librewolf-musl pkgname=librewolf-musl
_realname=librewolf _realname=librewolf
version=111.0 version=111.0
revision=1 revision=2
_release=3 _release=3
archs="x86_64-musl" archs="x86_64-musl"
repository="cereus-extra" repository="cereus-extra"