blob: edbabd5b17bba11c979a2bf53d6bef112bf8b585 (
plain)
1
2
3
4
5
6
|
post_upgrade() {
# If the old package version < 4.12.12-1
if [[ $(vercmp $2 "4.2.12-1") -lt 0 ]]; then
echo "Note: The upstream repository of nekoray has been changed to Mahdi-zarei/nekoray"
fi
}
|