Print notice about partial {sway,wlroots}-git upgrades

This commit is contained in:
Simon Ser 2021-04-12 09:24:12 +02:00 committed by Antonin Décimo
parent e2cf7d6c54
commit 4b857cea8e

View file

@ -71,3 +71,8 @@ package() {
install -Dm755 "contrib/$util" -t "$pkgdir/usr/share/$pkgname/scripts" install -Dm755 "contrib/$util" -t "$pkgdir/usr/share/$pkgname/scripts"
done done
} }
post_upgrade() {
echo "Make sure to upgrade wlroots-git and sway-git together."
echo "Upgrading one but not the other is unsupported."
}