summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Ser2021-04-12 09:24:12 +0200
committerAntonin Décimo2021-04-12 09:36:30 +0200
commit4b857cea8e58349be745758de3834f486d9549c6 (patch)
tree74ff4ad4ae6938ccf251a39c924e27400173d9cd
parente2cf7d6c5419afab63b0e948dedd3288f71c5f71 (diff)
downloadaur-4b857cea8e58349be745758de3834f486d9549c6.tar.gz
Print notice about partial {sway,wlroots}-git upgrades
-rw-r--r--PKGBUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 68e33f06a5c2..5069e20a8f9b 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."
+}