summarylogtreecommitdiffstats
path: root/.INSTALL
blob: 6e1a6add8b9fca27b95cefb952c61804e5ddb57e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

## arg 1:  the new package version
post_install() {
  cat <<EOF

-----------------------------------------------------------------------------

	oama version 0.10 or newer has a much simplified configuration system
	and comes also with other **breaking changes**.

	Please read the README file, in particular the Configuration section,
	before start using it.

-----------------------------------------------------------------------------

EOF
}

# arg 1:  the new package version
# arg 2:  the old package version
post_upgrade() {
	post_install
}