From: Bdale Garbee Date: Sun, 25 May 2025 23:39:43 +0000 (-0600) Subject: have the postinst ensure our data directory exists X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=187b033a995bad74889b2ec426da04747148cc9c;p=fw%2Fquantimotor have the postinst ensure our data directory exists --- 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