Skip to content

Commit 46b67b8

Browse files
authored
Remove unnecessary macros from main.spec (#35)
1 parent bdbbe72 commit 46b67b8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/main.spec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ cp -p usr/bin/manticore-executor %{buildroot}/usr/bin/
3131
rm -rf %{buildroot}
3232

3333
%post
34-
35-
%postrun
3634
if [ -f /etc/ssl/cert.pem ]; then
3735
exit 0
3836
fi
@@ -48,6 +46,7 @@ for cert in "/etc/ssl/certs/ca-certificates.crt" \
4846
fi
4947
done
5048

49+
%postun
5150

5251
%files
5352
%doc usr/share/{{ NAME }}-README.md

0 commit comments

Comments
 (0)