Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cacher package postun defuncs split-gpg #11

Closed
tlaurion opened this issue Aug 20, 2022 · 0 comments
Closed

Cacher package postun defuncs split-gpg #11

tlaurion opened this issue Aug 20, 2022 · 0 comments

Comments

@tlaurion
Copy link
Contributor

3- Something isn't right here at cacher package uninstall:

shaker/cacher.spec

Lines 67 to 70 in 3f59aac

%postun
if [ $1 -eq 0 ]; then
sed -i /qubes.Gpg.*target=gpg/d /etc/qubes/policy.d/30-user.policy
fi

It doesn't look like if you are removing the cacher lines for update proxy here, more like a copy paste of split-gpg:

shaker/gpg.spec

Lines 38 to 41 in 3f59aac

%preun
if [ $1 -eq 0 ]; then
sed -i /qubes.Gpg.*target=sys-gpg/d /etc/qubes/policy.d/30-user.policy
fi

Probably a bad copy paste, but I think you would like to know before someone complains that uninstalling cacher makes gpg-split defunc.

(as quoted from #10 (comment) point 3)

@unman unman closed this as completed Aug 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants