Re-inserting stuff that got lost when moving changelog around
[kitchenalert] / debian / kitchenalert.postinst
index 908ae73..aa3a41a 100644 (file)
@@ -34,6 +34,10 @@ group        = alarm" >> /usr/share/policy/etc/current/pulse/xpolicy.conf
 stop pulseaudio
 start pulseaudio
 
+# give the default save directory to user "user" so it can be written to from the application 
+# (autocreating with kitchenalert.dirs gives it to root with no access rights to user)
+chown user /home/user/KitchenAlert
+
 fi
 
 exit 0