1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/transmission_ynh.git synced 2024-09-04 01:46:12 +02:00

Apparently just reinstalling transmission-common is not enough >_>

This commit is contained in:
Alexandre Aubin 2021-01-10 17:48:56 +01:00 committed by GitHub
parent 66d32a34a1
commit e7cab0af73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
#=================================================