summarylogtreecommitdiffstats
path: root/mumax3.install
blob: 4cdb717b4fe7a580bb9e91e10015e9c83c70404d (plain)
1
2
3
4
5
6
7
8
post_install() {
	systemd-sysusers mumax3.conf
	systemd-tmpfiles --create mumax3.conf
}

post_upgrade() {
	post_install
}