summarylogtreecommitdiffstats
path: root/bonita-bpm-community.install
diff options
context:
space:
mode:
authorJohnny English2018-01-07 13:13:48 +0100
committerJohnny English2018-01-07 13:13:48 +0100
commit310c56257bc1241b67ecae89be3330988744dd2f (patch)
tree697a577ca8415b2b3fdbb9d06b72160490fe530e /bonita-bpm-community.install
parent606c47954b9f49db6f6b1adffa5547ddf24e58cd (diff)
downloadaur-310c56257bc1241b67ecae89be3330988744dd2f.tar.gz
update: .SRCINFO
Diffstat (limited to 'bonita-bpm-community.install')
-rw-r--r--bonita-bpm-community.install23
1 files changed, 0 insertions, 23 deletions
diff --git a/bonita-bpm-community.install b/bonita-bpm-community.install
deleted file mode 100644
index c70bc474fd5c..000000000000
--- a/bonita-bpm-community.install
+++ /dev/null
@@ -1,23 +0,0 @@
-conf_note() {
- printf '%s\n' \
- '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() {
- update-desktop-database -q
- conf_note
-}
-
-post_upgrade() {
- update-desktop-database -q
- conf_note
-}
-
-post_remove() {
- update-desktop-database -q
-}