aboutsummaryrefslogtreecommitdiffstats
path: root/community/muacme/muacme.post-upgrade
blob: ff3d6c397f0266fe721d209f7814537bd886b374 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

ver_new="$1"
ver_old="$2"

if [ "$(apk version -t "$ver_old" "0.3.0-r0")" = "<" ]; then
	cat >&2 <<-EOF
	*
	* Configuration file /etc/muacme.conf was moved to /etc/muacme/muacme.conf.
	*
	EOF

	# We've already copied it to /etc/muacme/muacme.conf in the pre-upgrade script.
	rm -f /etc/muacme.conf
fi