Skip to content

Commit 0203a52

Browse files
roottituspijean
authored andcommitted
Metronome had been removed from the core
1 parent 00ac13c commit 0203a52

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ynh-dev

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -311,10 +311,6 @@ function use_git()
311311
while IFS= read -r -d '' FILE; do
312312
create_sym_link "$FILE" "/usr/bin/${FILE##*/}"
313313
done < <(find /ynh-dev/yunohost/bin/ -mindepth 1 -maxdepth 1 -print0)
314-
mkdir -p "/usr/lib/metronome/modules"
315-
while IFS= read -r -d '' FILE; do
316-
create_sym_link "$FILE" "/usr/lib/metronome/modules/${FILE##*/}"
317-
done < <(find /ynh-dev/yunohost/conf/metronome/modules/ -mindepth 1 -maxdepth 1 -print0)
318314
while IFS= read -r -d '' FILE; do
319315
create_sym_link "$FILE" "/usr/share/yunohost/${FILE##*/}"
320316
done < <(find /ynh-dev/yunohost/share/ -mindepth 1 -maxdepth 1 -print0)

0 commit comments

Comments
 (0)