1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/weblate_ynh.git synced 2024-10-01 13:35:04 +02:00

Update _common.sh

This commit is contained in:
ericgaspar 2021-06-28 22:42:59 +02:00
parent a9a28eb80d
commit 164a07ef03
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -14,7 +14,6 @@ pkg_dependencies="libxml2-dev libxslt-dev libfreetype6-dev libjpeg-dev libz-dev
# Weblate's version for PIP and settings file
weblate_version="4.7"
debian_maj_version=$(sed 's/\..*//' /etc/debian_version)
if [ "$debian_maj_version" -eq 9 ] ; then
@ -138,5 +137,3 @@ ynh_redis_remove_db() {
#=================================================
# EXPERIMENTAL HELPERS
#=================================================