summarylogtreecommitdiffstats
path: root/open-hexagon-git.install
blob: ce3bfec166d2dff4b9d37721c2f423eb3e8b883e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
_create_files() {
	# Ensure that these files exist and are owned by root, but the package should not own them.
	cd /var/lib/open-hexagon/
	touch log.txt
	touch config.json
	touch scores.json
	touch users.json
}
post_upgrade() {
	_create_files
}
post_install() {
	_create_files
}