1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wekan_ynh.git synced 2024-09-03 20:36:09 +02:00
wekan_ynh/scripts/_future.sh
2019-02-05 23:24:11 +01:00

4 lines
63 B
Bash

ynh_version_gt ()
{
dpkg --compare-versions "$1" gt "$2"
}