psa: Moved harmattand code to Qt project with sync option
[feedingit] / FeedingIt-Sync / qtc_packaging / debian_harmattan / postinst
1 #!/bin/sh
2
3 /usr/bin/aegis-exec -s -u user dbus-send --dest=com.meego.msyncd --print-reply /synchronizer com.meego.msyncd.installPlugin string:'feedingitsync'
4
5 # Make sure the installation is always considered successful
6 exit 0