summaryrefslogtreecommitdiff
path: root/autoscripts/postinst-init-tmpfiles
diff options
context:
space:
mode:
Diffstat (limited to 'autoscripts/postinst-init-tmpfiles')
-rw-r--r--autoscripts/postinst-init-tmpfiles2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoscripts/postinst-init-tmpfiles b/autoscripts/postinst-init-tmpfiles
index 9bce94c7..f2582933 100644
--- a/autoscripts/postinst-init-tmpfiles
+++ b/autoscripts/postinst-init-tmpfiles
@@ -1,4 +1,4 @@
-if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ]; then
+if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-deconfigure" ] || [ "$1" = "abort-remove" ] ; then
# In case this system is running systemd, we need to ensure that all
# necessary tmpfiles (if any) are created before starting.
if [ -d /run/systemd/system ] ; then