summarylogtreecommitdiffstats
path: root/psd.install
diff options
context:
space:
mode:
authorgraysky2016-11-25 13:42:27 -0500
committergraysky2016-11-25 13:42:27 -0500
commit84bb92d65a834f8a0135063792843aba0e3d7eed (patch)
tree680e1631314e60a616f3d99b5c961b0e11046de6 /psd.install
parentd787ec77b78a7d0d56a0165d6d5ae418a8b0ba76 (diff)
downloadaur-84bb92d65a834f8a0135063792843aba0e3d7eed.tar.gz
Update to 6.30-1
Diffstat (limited to 'psd.install')
-rw-r--r--psd.install5
1 files changed, 5 insertions, 0 deletions
diff --git a/psd.install b/psd.install
index 4d53eed0480a..70ba85f44727 100644
--- a/psd.install
+++ b/psd.install
@@ -96,6 +96,11 @@ pre_upgrade() {
if [ $(vercmp $2 6.22) -lt 0 ]; then
echo '-> Recommend that you diff /usr/share/psd/psd.conf against ~/.config/psd/psd.conf'
fi
+
+ # version 6.30 has minor changes to config file
+ if [ $(vercmp $2 6.29) -lt 0 ]; then
+ echo '-> Recommend that you diff /usr/share/psd/psd.conf against ~/.config/psd/psd.conf'
+ fi
}
post_upgrade() {