blob: 6912c694fa43ba926937b0fb6fd55b62b637ffbd (
plain)
1
2
3
4
5
6
|
post_upgrade() {
if [ "$(vercmp $2 0.15.0)" -lt 0 ]; then
echo 'certspotter is now a daemon, read the changelog for more details:'
echo 'https://github.com/SSLMate/certspotter/blob/master/CHANGELOG.md'
fi
}
|