summarylogtreecommitdiffstats
path: root/pacredir.install
diff options
context:
space:
mode:
Diffstat (limited to 'pacredir.install')
-rw-r--r--pacredir.install6
1 files changed, 3 insertions, 3 deletions
diff --git a/pacredir.install b/pacredir.install
index 2dd6b8bb5106..aae5412dabb8 100644
--- a/pacredir.install
+++ b/pacredir.install
@@ -5,10 +5,10 @@ post_install() {
}
post_upgrade() {
- # return if old package version greater 0.2.3...
- (( $(vercmp $2 '0.2.3') > 0 )) && return
+ # return if old package version greater 0.3...
+ (( $(vercmp $2 '0.3') > 0 )) && return
- # upgrade from pre-0.2.3 version, avahi service names changed
+ # upgrade from pre-0.3 version, avahi service names changed
echo " > This upgrade from pacredir $2 to pacredir $1 changes avahi service"
echo " > names. Make sure to update all your installations for compatibility."
}