Skip to content
Snippets Groups Projects
Commit 06f2b08f authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

there is no more core plugins. see [765180d1]

parent 713a95fb
No related branches found
No related tags found
No related merge requests found
......@@ -14,13 +14,6 @@ check_args()
init_ln()
{
if [ -e "core_plugins" ] && [ ! -L "core_plugins" ]; then
echo "core_plugins must be a symbolic link" >&2
exit 1
fi
if [ ! -e "core_plugins" ]; then
ln -s ../../plugins core_plugins
fi
if [ ! -L "community_plugins" ]; then
echo "community_plugins should be a symbolic link to gajim-plugins repository, else they won't be in po files"
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment