summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x[-rw-r--r--].SRCINFO0
-rwxr-xr-x[-rw-r--r--]PKGBUILD5
2 files changed, 5 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00cd64c987b0..00cd64c987b0 100644..100755
--- a/.SRCINFO
+++ b/.SRCINFO
diff --git a/PKGBUILD b/PKGBUILD
index d5462cd04391..9efe3c4e779b 100644..100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -75,3 +75,8 @@ package() {
install -Dm755 "contrib/$util" -t "$pkgdir/usr/share/$pkgname/scripts"
done
}
+
+post_upgrade() {
+ echo "Make sure to upgrade wlroots-nosystemd-minimal-git and sway-nosystemd-minimal-git together."
+ echo "Upgrading one but not the other is unsupported."
+}