From 187b033a995bad74889b2ec426da04747148cc9c Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Sun, 25 May 2025 17:39:43 -0600 Subject: [PATCH] have the postinst ensure our data directory exists --- debian/quantimotor.postinst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/quantimotor.postinst b/debian/quantimotor.postinst index bd40a6e..987afa0 100644 --- a/debian/quantimotor.postinst +++ b/debian/quantimotor.postinst @@ -9,6 +9,9 @@ configure) ;; esac +# make sure our data directory exists +mkdir -p /var/lib/quantimotor + #DEBHELPER# exit 0 -- 2.47.2