removed mediadc code; added first memories dependency: perl

This commit is contained in:
Jonathan Treffler
2022-12-27 00:24:33 +00:00
parent 8a09d43a21
commit e6ecd52b70
11 changed files with 17 additions and 39 deletions
@@ -0,0 +1,10 @@
#!/usr/bin/with-contenv bash
perl_executable_path=$(which perl)
if [ -x "$perl_executable_path" ] ; then
echo "**** Adding perl5 and its deps to package install lists ****"
echo "perl\
" >> /mod-repo-packages-to-install.list
else
echo "**** perl5 already installed, skipping ****"
fi
@@ -0,0 +1 @@
oneshot
@@ -0,0 +1 @@
/etc/s6-overlay/s6-rc.d/init-mod-nextcloud-memories-add-package/run