summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pacner2016-11-29 20:27:50 +0100
committerJan Pacner2016-11-29 20:27:50 +0100
commit8eb9ee1b8aeb081227326017686a8ec6043ba6ca (patch)
treea29befa813ca06b6366c50852716d0f6c4e8f873
parentbcc102a5a49316f6f2f426eba2eb2b9a503beef1 (diff)
downloadaur-8eb9ee1b8aeb081227326017686a8ec6043ba6ca.tar.gz
change: message wording in the *.install script
-rw-r--r--bonita-bpm-community.install11
1 files changed, 6 insertions, 5 deletions
diff --git a/bonita-bpm-community.install b/bonita-bpm-community.install
index 8a64c7f409ba..c70bc474fd5c 100644
--- a/bonita-bpm-community.install
+++ b/bonita-bpm-community.install
@@ -1,10 +1,11 @@
conf_note() {
printf '%s\n' \
- 'All current and previous configuration and diagram history in' \
- ' $XDG_CONFIG_HOME/bonitasoft/ and' \
- ' $XDG_DATA_HOME/bonitasoft/' \
- 'is considered frozen. Default configuration and empty history' \
- 'in newly created directories is used instead.'
+ 'The previous Bonita BPM versioned configuration and diagram history in' \
+ ' $XDG_CONFIG_HOME/bonitasoft/' \
+ 'and' \
+ ' $XDG_DATA_HOME/bonitasoft/' \
+ 'will be left intact by this newly installed Bonita BPM version, which' \
+ "uses it's own versioned directories instead (next to the previous ones)."
}
post_install() {