- Fixed week view refresh after settings are changed
[qtmeetings] / debian / postinst
index a729807..1296c0e 100644 (file)
@@ -4,4 +4,8 @@ set -e
 
 maemo-select-menu-location QtMeetings.desktop
 
+if [ -e /etc/QtMeetings.conf ]; then
+       chmod 666 /etc/QtMeetings.conf
+fi
+
 exit 0
\ No newline at end of file