librewolf-musl: correct REMOVE hook
This commit is contained in:
parent
a9361a456d
commit
04fb36fce4
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ case "$ACTION" in
|
|||
post)
|
||||
if [ "$UPDATE" = "no" ]; then
|
||||
# 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
|
||||
umount -R "/glibc/dev" "/glibc/etc/resolv.conf" "/glibc/proc" "/glibc/sys"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=librewolf-musl
|
||||
_realname=librewolf
|
||||
version=111.0
|
||||
revision=1
|
||||
revision=2
|
||||
_release=3
|
||||
archs="x86_64-musl"
|
||||
repository="cereus-extra"
|
||||
|
|
Loading…
Add table
Reference in a new issue