summaryrefslogtreecommitdiff
path: root/autoscripts/postinst-init-tmpfiles
blob: d6bf0de15f351b0d23f68f85e39314a0320ba78d (plain)
1
2
3
if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-deconfigure" ] || [ "$1" = "abort-remove" ] ; then
	systemd-tmpfiles ${DPKG_ROOT:+--root="$DPKG_ROOT"} --create #TMPFILES# >/dev/null || true
fi