summarylogtreecommitdiffstats
path: root/psd.install
diff options
context:
space:
mode:
authorgraysky2015-10-31 08:59:35 -0400
committergraysky2015-10-31 08:59:35 -0400
commitdd8065a334bfc9c77978198ffe1018b92744f2e7 (patch)
treeb69ce36c5c7bf29aa41a82979449ac6fdcfc4d09 /psd.install
parent56deb37e73d0be94288abb6cf9cad0199d2ad237 (diff)
downloadaur-dd8065a334bfc9c77978198ffe1018b92744f2e7.tar.gz
Update to 6.16-1
Diffstat (limited to 'psd.install')
-rw-r--r--psd.install6
1 files changed, 6 insertions, 0 deletions
diff --git a/psd.install b/psd.install
index b83323f211a1..7dab249cd19f 100644
--- a/psd.install
+++ b/psd.install
@@ -86,6 +86,12 @@ pre_upgrade() {
fi
done
fi
+
+ # version 6.16 has minor changes to config file
+ if [ $(vercmp $2 6.16) -lt 0 ]; then
+ echo '-> Recommend that you diff /usr/share/psd/psd.conf against ~/.config/psd/psd.conf'
+ fi
+
}
post_upgrade() {