1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pleroma_ynh.git synced 2024-09-03 20:15:59 +02:00
pleroma_ynh/scripts/ynh_package_version
2019-12-28 21:44:14 +01:00

6 lines
76 B
Bash

#!/bin/bash
ynh_version_gt ()
{
dpkg --compare-versions "$1" gt "$2"
}