From 4b857cea8e58349be745758de3834f486d9549c6 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 12 Apr 2021 09:24:12 +0200 Subject: [PATCH] Print notice about partial {sway,wlroots}-git upgrades --- PKGBUILD | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/PKGBUILD b/PKGBUILD index 68e33f0..5069e20 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -71,3 +71,8 @@ package() { install -Dm755 "contrib/$util" -t "$pkgdir/usr/share/$pkgname/scripts" done } + +post_upgrade() { + echo "Make sure to upgrade wlroots-git and sway-git together." + echo "Upgrading one but not the other is unsupported." +}