We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdbbe72 commit 46b67b8Copy full SHA for 46b67b8
1 file changed
packages/main.spec
@@ -31,8 +31,6 @@ cp -p usr/bin/manticore-executor %{buildroot}/usr/bin/
31
rm -rf %{buildroot}
32
33
%post
34
-
35
-%postrun
36
if [ -f /etc/ssl/cert.pem ]; then
37
exit 0
38
fi
@@ -48,6 +46,7 @@ for cert in "/etc/ssl/certs/ca-certificates.crt" \
48
46
49
47
done
50
+%postun
51
52
%files
53
%doc usr/share/{{ NAME }}-README.md
0 commit comments