summaryrefslogtreecommitdiff
path: root/minecraft-bedrock-server.install
blob: 6115472ba8bb3ea931cb3756a634accf33a17500 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
post_install() {
	chown -R minecr.games /srv/minecraft
}

post_upgrade() {
post_install
}

pre_remove() {
/bin/true
}

op=$1
shift
$op "$@"