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)
|
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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue