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:
parent
66d32a34a1
commit
e7cab0af73
1 changed files with 2 additions and 2 deletions
|
@ -72,10 +72,10 @@ ynh_install_app_dependencies $pkg_dependencies
|
||||||
# transmission-daemon) but somehow the files it's supposed
|
# transmission-daemon) but somehow the files it's supposed
|
||||||
# to add ain't there ... and possibly also the transmission user
|
# to add ain't there ... and possibly also the transmission user
|
||||||
# is missing.
|
# is missing.
|
||||||
# Explicitly reinstalling the package fixes the issue :|
|
# Explicitly reinstalling the packages fixes the issue :|
|
||||||
if [ ! -d /usr/share/transmission/ ]
|
if [ ! -d /usr/share/transmission/ ]
|
||||||
then
|
then
|
||||||
ynh_package_install transmission-common --reinstall
|
ynh_package_install $pkg_dependencies --reinstall
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue