]> git.gag.com Git - fw/quantimotor/commitdiff
have the postinst ensure our data directory exists
authorBdale Garbee <bdale@gag.com>
Sun, 25 May 2025 23:39:43 +0000 (17:39 -0600)
committerBdale Garbee <bdale@gag.com>
Sun, 25 May 2025 23:39:43 +0000 (17:39 -0600)
debian/quantimotor.postinst

index bd40a6e8f08f6ba3ec929629568d23083e565395..987afa0e80e1ac52adf690c001f45d25d3466ea3 100644 (file)
@@ -9,6 +9,9 @@ configure)
        ;;
 esac
 
+# make sure our data directory exists
+mkdir -p /var/lib/quantimotor
+
 #DEBHELPER#
 
 exit 0