[Pkg-owncloud-commits] [owncloud-client] 452/498: OS X: Try harder to enable 10.10 plugin #3463
Sandro Knauß
hefee-guest at moszumanska.debian.org
Tue Aug 11 14:49:17 UTC 2015
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit cad33de8249909f43fcba9a13291dae102148910
Author: Markus Goetz <markus at woboq.com>
Date: Wed Aug 5 15:10:00 2015 +0200
OS X: Try harder to enable 10.10 plugin #3463
---
admin/osx/post_install.sh.cmake | 3 +++
1 file changed, 3 insertions(+)
diff --git a/admin/osx/post_install.sh.cmake b/admin/osx/post_install.sh.cmake
index aaafbf4..3f2c49a 100644
--- a/admin/osx/post_install.sh.cmake
+++ b/admin/osx/post_install.sh.cmake
@@ -10,6 +10,9 @@ EOF
# Always enable the new 10.10 finder plugin if available
if [ -x "$(command -v pluginkit)" ]; then
+ # add it to DB. This happens automatically too but we try to push it a bit harder for issue #3463
+ pluginkit -a "/Applications/@APPLICATION_EXECUTABLE at .app/Contents/PlugIns/FinderSyncExt.appex/"
+ # enable it
pluginkit -e use -i @APPLICATION_REV_DOMAIN at .FinderSyncExt
fi
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list