From e7cab0af733d15139cc092ccfae2719494dcf8c3 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sun, 10 Jan 2021 17:48:56 +0100 Subject: [PATCH] Apparently just reinstalling transmission-common is not enough >_> --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index a5abc42..a126fc6 100644 --- a/scripts/install +++ b/scripts/install @@ -72,10 +72,10 @@ ynh_install_app_dependencies $pkg_dependencies # transmission-daemon) but somehow the files it's supposed # to add ain't there ... and possibly also the transmission user # is missing. -# Explicitly reinstalling the package fixes the issue :| +# Explicitly reinstalling the packages fixes the issue :| if [ ! -d /usr/share/transmission/ ] then - ynh_package_install transmission-common --reinstall + ynh_package_install $pkg_dependencies --reinstall fi #=================================================