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