/usr/bin/online-accounts-preferences is in unity-control-center-signon 0.1.7~+14.04.20140211.2-0ubuntu4.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 | #!/bin/sh -e
if test /usr/share/applications/unity-credentials-panel.desktop
then
unity-control-center credentials $@
else
credentials-preferences $@
fi
|