#!/bin/sh set -e maemo-select-menu-location QtMeetings.desktop if [ -e /etc/QtMeetings.conf ]; then chmod 666 /etc/QtMeetings.conf fi exit 0