summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Grande2021-04-12 18:38:55 -0400
committerVincent Grande2021-04-12 18:38:55 -0400
commit72d9002402b7d6e8a92250d6cf583323ddaadfa5 (patch)
treef38633a7a817f9cb73f00be257cc3bae49f6a132
parent1f2cb7949bce183153aab87543059b1279609426 (diff)
downloadaur-sway-nosystemd-minimal-git.tar.gz
add note
-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."
+}