summarylogtreecommitdiffstats
path: root/certspotter.install
diff options
context:
space:
mode:
Diffstat (limited to 'certspotter.install')
-rw-r--r--certspotter.install6
1 files changed, 6 insertions, 0 deletions
diff --git a/certspotter.install b/certspotter.install
new file mode 100644
index 000000000000..6912c694fa43
--- /dev/null
+++ b/certspotter.install
@@ -0,0 +1,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
+}