summarylogtreecommitdiffstats
path: root/mumax3.install
diff options
context:
space:
mode:
Diffstat (limited to 'mumax3.install')
-rw-r--r--mumax3.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/mumax3.install b/mumax3.install
new file mode 100644
index 000000000000..4cdb717b4fe7
--- /dev/null
+++ b/mumax3.install
@@ -0,0 +1,8 @@
+post_install() {
+ systemd-sysusers mumax3.conf
+ systemd-tmpfiles --create mumax3.conf
+}
+
+post_upgrade() {
+ post_install
+}