Merge commit 'refs/1_0_6_candidate' of https://git.maemo.org/projects/qtmeetings...
[qtmeetings] / debian / postinst
1 #!/bin/sh
2
3 set -e
4
5 maemo-select-menu-location QtMeetings.desktop
6
7 if [ -e /etc/QtMeetings.conf ]; then
8         chmod 666 /etc/QtMeetings.conf
9 fi
10
11 exit 0